Esempio n. 1
0
 //Books
 public async Task <List <IBooks> > GetAllBooksAsync()
 {
     return(await Repository.GetAllBooksAsync());
 }