source: StockMaster/Models/ErrorViewModel.cs

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

Initialize StockMaster project

  • Property mode set to 100644
File size: 196 bytes
RevLine 
[dfe03b8]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.