TFS_ANTIGUO/TPAtesa_RecHuma/PruebaAzureAD/Models/ErrorViewModel.cs

9 lines
197 B
C#
Raw Permalink Normal View History

2026-06-26 10:14:39 -06:00
namespace PruebaAzureAD.Models
{
public class ErrorViewModel
{
public string? RequestId { get; set; }
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
}
}