示例#1
0
        public async Task <UserRole> Get(string roleName)
        {
            var model = await _userRoleService.GetById(roleName);

            return(model);
        }