Initial backend draft
This commit is contained in:
parent
b6293beeec
commit
84ad96d628
18 changed files with 148 additions and 0 deletions
8
backend/Services/ILibraryService.cs
Normal file
8
backend/Services/ILibraryService.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using JellyGlass.Models;
|
||||
|
||||
namespace JellyGlass.Services;
|
||||
|
||||
public interface ILibraryService
|
||||
{
|
||||
public Task<Library[]> GetLibraries();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue