コード例 #1
0
 public Task BuyAsync(int id, CancellationToken cancellationToken)
 {
     return(_booksRepository.BuyBookAsync(id, cancellationToken));
 }