source: StockMaster/Models/ErrorViewModel.cs@ dfe03b8

main
Last change on this file since dfe03b8 was dfe03b8, checked in by Ceyda <ceyda.huseini@…>, 3 days ago

Initialize StockMaster project

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