Neuerstellung

This commit is contained in:
maier_st
2024-10-25 13:35:06 +02:00
parent 4ed5b535da
commit 689993b05a
2293 changed files with 288667 additions and 0 deletions

View File

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