示例#1
0
 public IEnumerable <Empresa> ConsultaByCNPJ(string cnpj)
 {
     return(_empresaAppService.ConsultaByCNPJ(cnpj));
 }