Example #1
0
 public IEnumerable <Empresas> ConsultaByRazaoSocial(string name)
 {
     return(_empresa.ConsultaByRazaoSocial(name));
 }