Exemple #1
0
 public int loanacc(LoanAccountEntity l, string tenure, string Salary)
 {
     return(ob.loanacc(l, tenure, Salary));
 }