Example #1
0
 public static int DeleteLoanById(int id)
 {
     return(LoanProxy.DeleteLoanById(id));
 }
Example #2
0
 public static BorrowORLoanCollection GetLoanList(List <QueryElement> list)
 {
     return(LoanProxy.GetLoanList(list));
 }
Example #3
0
 public static int InsertOrUpdatetoLoan(BorrowORLoanInfo info)
 {
     return(LoanProxy.InsertOrUpdatetoLoan(info));
 }
Example #4
0
 public static BorrowORLoanInfo GetLoanById(int id)
 {
     return(LoanProxy.GetLoanById(id));
 }