Remove Blazor

This commit is contained in:
Jonathan Jenne
2023-11-08 14:52:14 +01:00
parent ba1d6acfa4
commit 2c936c2629
1614 changed files with 75165 additions and 14959 deletions

View File

@@ -0,0 +1,9 @@
namespace EnvelopeGenerator.Web.Models
{
public class ErrorViewModel
{
public string? RequestId { get; set; }
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
}
}