コード例 #1
0
        // GET: /UserRoleMaster/

        public ActionResult Index()
        {
            var List = _userRolesService.GetRolesListForIndex();

            return(View(List));
        }