Beispiel #1
0
 public IEnumerable <Empresa> ConsultaByRazaoSocial(string name)
 {
     return(_empresaAppService.ConsultaByRazaoSocial(name));
 }