Exemple #1
0
 public int WithdrawalAmount(SavingsTransactionEntity s, string AccountID)
 {
     return(ob.WithdrawalAmount(s, AccountID));
 }