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