Beispiel #1
0
        public ActionResult AjaxViewModule(string id)
        {
            var model = new ModelAspnetRolesItem
            {
                Roles = _rolerDa.GetByName(id),
                ListActiveRoleItem = _rolerDa.GetActiveRoleAll()
            };

            return(View(model));
        }