Exemplo n.º 1
0
        public async Task <IActionResult> GetUserAndLinkedUsers(Guid id)
        {
            var response = await accountBusiness.GetUserAndLinkedUsers(id);

            return(Ok(response));
        }