Exemplo n.º 1
0
 public decimal CheckAccountBalance(int accountId)
 {
     return(_paymentRepository.CheckAccountBalance(accountId));
 }