예제 #1
0
        public static List <OffersModel> OffersReportBySubCategory(string fromDate, string toDate, string subCategoryId, int startValue, int noOFRows, int cityId)
        {
            ReportsModel reports = new ReportsModel();

            return(reports.OffersReportBySubCategory(fromDate, toDate, subCategoryId, startValue, noOFRows, cityId));
        }