Fix MudBlazor generic/value callback compile errors

This commit is contained in:
2026-04-13 12:19:42 +02:00
parent af40d87213
commit 97e598fe3b
12 changed files with 413 additions and 12 deletions
+3
View File
@@ -21,5 +21,8 @@ public class Site
[Required]
public string Land { get; set; } = string.Empty;
[Required]
public string SourceSystem { get; set; } = "SAP";
public bool IsActive { get; set; } = true;
}