コード例 #1
0
 public async Task <IEnumerable <Book> > GetBooksByAuthorIdAsync(string authorId)
 {
     return(await BookStorage.ReadByAuthorIdAsync(authorId));
 }