コード例 #1
0
 public async Task <bool> UpdateBalance(int balanceId)
 {
     return(await _balanceRepository.Calculate(balanceId));
 }