Example #1
0
 public async Task <IEnumerable <Book> > GetBooksByIdsAsync(string[] ids)
 {
     return(await BookStorage.BatchReadByIdsAsync(ids));
 }