예제 #1
0
 // ----------------------------------------------- [ DEPOSITO ]
 public double MoneyDeposit(int ID, double Amount)
 {
     return(accountRepository.MoneyDeposit(ID, Amount));
 }