Spaces:
Running
Running
| namespace Ecommerce_web_project.Models | |
| { | |
| public class ErrorViewModel | |
| { | |
| public string? RequestId { get; set; } | |
| public bool ShowRequestId => !string.IsNullOrEmpty(RequestId); | |
| } | |
| } | |
| namespace Ecommerce_web_project.Models | |
| { | |
| public class ErrorViewModel | |
| { | |
| public string? RequestId { get; set; } | |
| public bool ShowRequestId => !string.IsNullOrEmpty(RequestId); | |
| } | |
| } | |