Ejemplo n.º 1
0
 public static void INSERTANDUPDATELOANACCOUNTDETAILS(string LoanAccountID, string LoanAccountDetails, string PurposeOfLoan, string Description, string Active)
 {
     try
     {
         CRBusinessLogicLayer.LOAN_ACCOUNT_DETAILS_INSERT_UPDATE(LoanAccountID, LoanAccountDetails, PurposeOfLoan, Description, Active);
     }
     catch (Exception)
     {
         // ignored
     }
 }