Example #1
0
 public string Billing_GenCaseCode()
 {
     try
     {
         Billing_DA _da = new Billing_DA();
         return(_da.Billing_GenCaseCode());
     }
     catch (Exception ex)
     {
         Logger.LogException(ex);
         return("");
     }
 }