Reorganized project structure to separate backend process from frontend process.
This commit is contained in:
9
ReportingServices.UI/Models/ErrorViewModel.cs
Normal file
9
ReportingServices.UI/Models/ErrorViewModel.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace ReportingServices.UI.Models
|
||||
{
|
||||
public class ErrorViewModel
|
||||
{
|
||||
public string RequestId { get; set; }
|
||||
|
||||
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user