Removed old architecture. Added new base project structure
This commit is contained in:
8
Moonlight.Client/Interfaces/ISidebarItemProvider.cs
Normal file
8
Moonlight.Client/Interfaces/ISidebarItemProvider.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Moonlight.Client.Models;
|
||||
|
||||
namespace Moonlight.Client.Interfaces;
|
||||
|
||||
public interface ISidebarItemProvider
|
||||
{
|
||||
public SidebarItem[] Get();
|
||||
}
|
||||
Reference in New Issue
Block a user