コード例 #1
0
 public async Task BorrowBook(Records records)
 {
     await _repo.BorrowBook(records);
 }