feat(frontend+backend): add theming to the blazor frontend
This commit is contained in:
9
frontend/Models/Service.cs
Normal file
9
frontend/Models/Service.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace NimbusFlow.Frontend.Models;
|
||||
|
||||
public class Service
|
||||
{
|
||||
public int ServiceId { get; set; }
|
||||
public int ServiceTypeId { get; set; }
|
||||
public DateTime ServiceDate { get; set; }
|
||||
public string? ServiceTypeName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user