Example #1
0
 public async Task AddBookToFavorites(AddBookToFavoritesViewModel request)
 {
     await libraryService.AddBookToFavorites(request);
 }