コード例 #1
0
 public ViewResult Add()
 {
     //做为 DropDownList DataSource
     ViewBag.Controllermodel = mvcControllerClassService.GetList();
     var model = new Infrastructure.Crosscutting.Authorize.Dto.MvcControllerDto();
     return View(model);
 }
コード例 #2
0
        public ViewResult Add()
        {
            //做为 DropDownList DataSource
            ViewBag.Controllermodel = mvcControllerClassService.GetList();
            var model = new Infrastructure.Crosscutting.Authorize.Dto.MvcControllerDto();

            return(View(model));
        }