Beispiel #1
0
 public async Task <IActionResult> ReservedBooks()
 {
     return(View(await _clientProvider.GetReservedBooksAsync()));
 }