Refactored project layout to correct onion model
This commit is contained in:
parent
902785a377
commit
e9f444e5b4
35 changed files with 623 additions and 35 deletions
8
backend/src/Core/Interfaces/IServerRepository.cs
Normal file
8
backend/src/Core/Interfaces/IServerRepository.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using JellyGlass.Core.Entities;
|
||||
|
||||
namespace JellyGlass.Core.Interfaces;
|
||||
|
||||
public interface IServerRepository
|
||||
{
|
||||
public Task<Server[]> GetServers();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue