コード例 #1
0
 public async Task <IList <Book> > GetBooksAsync()
 {
     return(await _bookDataAccess.GetBooksAsync());
 }