source: PostgreSqlDotnetCore/Models/ErrorViewModel.cs@ 99d0ecc

main
Last change on this file since 99d0ecc was 2aea0fd, checked in by ElenaMoskova <elena.moskova99@…>, 2 months ago

init commit Elena

  • Property mode set to 100644
File size: 204 bytes
Line 
1namespace PostgreSqlDotnetCore.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.