Ejemplo n.º 1
0
 public int DepositAmount(SavingsTransactionEntity s, string AccountID)
 {
     return(ob.DepositAmount(s, AccountID));
 }