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