Esempio n. 1
0
 public async Task <IBooks> GetBooksAsync(int?id)
 {
     return(await Repository.GetBooksAsync(id));
 }