antoc0der f169ca5367 ое
2024-04-20 16:05:30 +04:00

9 lines
177 B
C#

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