Started working on service implementation api
This commit is contained in:
11
Moonlight/App/Models/Abstractions/ServiceUiPage.cs
Normal file
11
Moonlight/App/Models/Abstractions/ServiceUiPage.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace Moonlight.App.Models.Abstractions;
|
||||
|
||||
public class ServiceUiPage
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Route { get; set; }
|
||||
public string Icon { get; set; }
|
||||
public ComponentBase Component { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user