Exemple #1
0
 public bool removeLoanApplication(string pId, string pUserId)
 {
     return(loLoanApplication.removeLoanApplication(pId, pUserId));
 }