Sicherung vor Merge

This commit is contained in:
maier_st
2024-10-25 13:25:15 +02:00
parent f1e934a9b5
commit f7b50320ca
2293 changed files with 288663 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);
}
}