예제 #1
0
 public async Task <IList <Deposit> > GetDepositByUserIdAndCoinIdAsync(int userId, int coinId)
 {
     return(await _repositoryDeposit.GetDepositByUserIdAndCoinIdAsync(userId, coinId));
 }