Exemple #1
0
        public IActionResult GetAll()
        {
            var allPeople = _personApplicationService.GetAll();

            return(Ok(allPeople));
        }