Exemplo n.º 1
0
 public static DataTable GetPurPlanByProvider(string CompanyCD, int ProviderID, string ProductNo, string ProductName, string StartDate, string EndDate
     , int pageIndex, int pageCount, string OrderBy, string OrderByType, ref int totalCount)
 {
     try
     {
         return PurchaseOrderDBHelper.GetPurPlanByProvider(CompanyCD, ProviderID, ProductNo, ProductName, StartDate, EndDate, pageIndex, pageCount, OrderBy, OrderByType, ref totalCount);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }