コード例 #1
0
 public async Task <IList <Debt> > GetDebtsByUserIdAsync(string userId)
 {
     return(await _debtRepository.GetDebtsByUserIdAsync(userId));
 }