Exemplo n.º 1
0
        public JsonResult GetUserRoleRoles(EntitiesViewModel model)
        {
            var data = UserRoleManager.GetUserAvailableRoles(model.Search, model.SearchId);

            return(Json(data, JsonRequestBehavior.AllowGet));
        }