source:
Application/Models/DatabaseModels/ErrorViewModel.cs
Last change on this file was f5f7c24, checked in by , 17 months ago | |
---|---|
|
|
File size: 198 bytes |
Line | |
---|---|
1 | namespace Models.DatabaseModels |
2 | { |
3 | public class ErrorViewModel |
4 | { |
5 | public string? RequestId { get; set; } |
6 | |
7 | public bool ShowRequestId => !string.IsNullOrEmpty(RequestId); |
8 | } |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.