Beispiel #1
0
 public IEnumerable <Processo> BuscarPorCnpj(string cnpj)
 {
     return(_processoService.BuscarPorCNPJ(cnpj));
 }