Example #1
0
 public async Task <PessoaJuridicaResponseDto> Get(int id)
 {
     return(await svc.GetByIdAsync(id));
 }