예제 #1
0
        public static DataTable GetProductYear(string Method, int pageIndex, int pageSize, string OrderBy, string ProductID, string Year, ref string TotalNowMonth, ref string TotalNowYear, ref string TotalLastMonth, ref string TotalLastYear, ref string TotalPrice, ref int TotalCount)
        {
            string CompanyCD = ((UserInfoUtil)SessionUtil.Session["UserInfo"]).CompanyCD;

            return(SellProductReport.GetProductYear(Method, pageIndex, pageSize, OrderBy, CompanyCD, ProductID, Year, ref TotalNowMonth, ref TotalNowYear, ref TotalLastMonth, ref TotalLastYear, ref TotalPrice, ref TotalCount));
        }