* Changed ScheduleOrders and CustomerOrders from Blazor.Bootstrap to Syncfusion

This commit is contained in:
2025-02-06 20:36:17 +01:00
parent 695478fbd1
commit 9c4df2a2ed
14 changed files with 351 additions and 422 deletions

View File

@@ -13,5 +13,7 @@ namespace FaKrosnoEfDataModel.Dtos
public string Value { get; set; }
public string? Label { get; set; }
public bool Display { get; set; }
public string Text => $"{Label}:\t{Value}";
}
}