Exemple #1
0
        public static List <RequestsModel> RequestReportBySubCategory(string fromDate, string toDate, string subCategoryId, int startValue, int noOFRows, int cityId)
        {
            ReportsModel reports = new ReportsModel();

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