Exemple #1
0
 public async Task <IActionResult> GetPessoas()
 {
     return(Ok(await _pessoaService.GetPessoasAsync()));
 }