Example #1
0
 public async Task <IActionResult> GiveOutBook(Guid bookId)
 {
     return(View(await _booksProvider.GetBookToGiveOutAsync(bookId)));
 }