* Changed ScheduleOrders and CustomerOrders from Blazor.Bootstrap to Syncfusion
This commit is contained in:
@@ -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}";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user