Example #1
0
 public IEnumerable <Juridica> BuscarPeloCnpj(string cnpj)
 {
     return(_juridicaRepository.BuscarPelCnpj(cnpj));
 }