Exemplo n.º 1
0
        public async Task <IActionResult> UpdateProfileNameAsync([FromBody] ProfileNameView model)
        {
            var result = await _service.UpdateProfileNameAsync(model);

            return(Ok(result));
        }