コード例 #1
0
 public static string LOAN_ACCOUNT_GET_EDIT(string LoanAccountID)
 {
     try
     {
         return(CRBusinessLogicLayer.GET_LOAN_ACCOUNT_RELATED_DATA(Convert.ToInt32(LoanAccountID)).GetXml());
     }
     catch (Exception)
     {
         // ignored
     }
     return(null);
 }
コード例 #2
0
 public static string GET_LOAN_ACCOUNT_RELATED_DATA()
 {
     try
     {
         return(CRBusinessLogicLayer.GET_LOAN_ACCOUNT_RELATED_DATA(null).GetXml());
     }
     catch (Exception)
     {
         // ignored
     }
     return(null);
 }