PIbd-21_Ihonkina_E.S._Preca.../PrecastConcretePlantClientApp/Models/ErrorViewModel.cs
Катя Ихонкина e272dc82a8 лр5 коммит
2023-04-05 22:10:29 +04:00

9 lines
213 B
C#

namespace PrecastConcretePlantClientApp.Models
{
public class ErrorViewModel
{
public string? RequestId { get; set; }
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
}
}