Exemple #1
0
 public static DataTable GetCustServiceCountPrint(string CustName, string ServeType, string CompanyCD, string LinkDateBegin, string LinkDateEnd, string ord)
 {
     try
     {
         return(ServiceDBHelper.GetCustServiceCountPrint(CustName, ServeType, CompanyCD, LinkDateBegin, LinkDateEnd, ord));
     }
     catch
     {
         return(null);
     }
 }