Example #1
0
        public ActionResult ManageLawSections(int lawId)
        {
            LawService service = new LawService();
            var        model   = service.GetLawSectionEditModelList(lawId);

            return(View(model));
        }