Example #1
0
 public static int InsertOrUpdatetoLoan(BorrowORLoanInfo info)
 {
     return(LoanProxy.InsertOrUpdatetoLoan(info));
 }