source:
StockMaster/Models/ErrorViewModel.cs@
dfe03b8
| Last change on this file since dfe03b8 was dfe03b8, checked in by , 3 days ago | |
|---|---|
|
|
| File size: 196 bytes | |
| Line | |
|---|---|
| 1 | namespace StockMaster.Models |
| 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.
