예제 #1
0
 public static DataTable GetSellProductTypeReport(string Method, string BeginTime, int pageIndex, int pageSize, string OrderBy, string EndTime, string CompanyCD, string CurrencyType, ref string TotalProductCount, ref string TotalStandardSell, ref string TotalSellTax, ref string TotalTax, ref int TotalCount)
 {
     return(SellProductReport.GetProductType(Method, pageIndex, pageSize, OrderBy, BeginTime, EndTime, CompanyCD, CurrencyType, ref TotalProductCount, ref TotalStandardSell, ref TotalSellTax, ref TotalTax, ref TotalCount));
 }