Added app loaders and screen for the ui. Added identity service. Started auth screens
This commit is contained in:
7
Moonlight.Client/Interfaces/IAppLoader.cs
Normal file
7
Moonlight.Client/Interfaces/IAppLoader.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Moonlight.Client.Interfaces;
|
||||
|
||||
public interface IAppLoader
|
||||
{
|
||||
public int Priority { get; }
|
||||
public Task Load(IServiceProvider serviceProvider);
|
||||
}
|
||||
Reference in New Issue
Block a user