10 lines
196 B
C#
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);
|
|
}
|
|
}
|