Implemented the ability to delete a Library.
This commit is contained in:
parent
7b1714349d
commit
5e18c1bf3a
3 changed files with 16 additions and 0 deletions
|
@ -15,5 +15,7 @@ namespace API.Interfaces
|
|||
bool SaveAll();
|
||||
Task<IEnumerable<LibraryDto>> GetLibrariesDtoForUsernameAsync(string userName);
|
||||
Task<Library> GetLibraryForNameAsync(string libraryName);
|
||||
|
||||
Task<bool> DeleteLibrary(int libraryId);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue