Manarah/Manarah.App/Models/ErrorViewModel.cs
2024-03-28 22:29:14 +00:00
Ask

10 lines
196 B
C#

{e0578d72d0f4fc8e9a0c073416d286640ffb24e8 true 196 ErrorViewModel.cs 0xc00b081490}

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