Ejemplo n.º 1
0
        public async Task <IActionResult> GetAllUserRolesAsync()
        {
            var model = await _userRolesService.GetAllUserRolesAsync();

            //var result = _mapper.Map<CatalogsEntity>(catalogs);
            return(Ok(model));
        }