Example #1
0
 public ViewResult Add()
 {
     //做为 DropDownList DataSource
     ViewBag.Actionmodel = mvcControllerService.GetList();
     var model = new Infrastructure.Crosscutting.Authorize.Dto.MvcControllerActionDto();
     return View(model);
 }
Example #2
0
        public ViewResult Add()
        {
            //做为 DropDownList DataSource
            ViewBag.Actionmodel = mvcControllerService.GetList();
            var model = new Infrastructure.Crosscutting.Authorize.Dto.MvcControllerActionDto();

            return(View(model));
        }