示例#1
0
 public static string DELETE_LOANACCOUNT(string LoanAccountID)
 {
     try
     {
         return(CRBusinessLogicLayer.DELETE_LOAN_ACCOUNT_RELATED_DATA(Convert.ToInt32(LoanAccountID)));
     }
     catch (Exception)
     {
         // ignored
     }
     return(null);
 }