source: db_tsh/Models/ErrorViewModel.cs

main
Last change on this file was 705d6f5, checked in by ardit <ardit@…>, 2 days ago

Commiting all files of project - 20250224

  • Property mode set to 100644
File size: 205 bytes
RevLine 
[705d6f5]1using System;
2
3namespace db_tsh.Models
4{
5 public class ErrorViewModel
6 {
7 public string RequestId { get; set; }
8
9 public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
10 }
11}
Note: See TracBrowser for help on using the repository browser.