示例#1
0
        public ActionResult AgeReportIndex(string agegrouplist)
        {
            EmergecyMasterModel model = new EmergecyMasterModel();


            ViewBag.List = MisPorvider.GetAgerangeListProvider(agegrouplist);

            return(View(model));
        }