Beispiel #1
0
 public int DeletarPessoaJuridica(string filtro)
 {
     return(_PessoaJuridicaRepository.DeletarPessoaJuridica(filtro));
 }