Exemple #1
0
 public List <SavingsTransactionEntity> TransactionsByid(string Accountid)
 {
     return(ob.TransactionsByid(Accountid));
 }