Beispiel #1
0
 public async Task Remover(Guid id)
 {
     await _pessoaJuridicaRepository.Remover(id);
 }