Sergey Kozyrev bb28208cfb ChangeWork
Хали Гали Кришна
Хали Гали Рама
Трали-вали, крыша
Где ты будешь завтра?
2024-04-28 21:35:19 +04:00

9 lines
199 B
C#

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