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