Example #1
0
 public static int DeleteLoanById(int id)
 {
     return(LoanProxy.DeleteLoanById(id));
 }