Some api work
This commit is contained in:
parent
b6e0e05205
commit
8156aeb495
9 changed files with 82 additions and 64 deletions
|
@ -16,5 +16,7 @@ namespace API.Interfaces
|
|||
/// <param name="libraryName"></param>
|
||||
/// <returns></returns>
|
||||
Task<bool> LibraryExists(string libraryName);
|
||||
|
||||
Task<IEnumerable<LibraryDto>> GetLibrariesForUserAsync(AppUser user);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue