Ejemplo n.º 1
0
 public LaboratorioNro09.Service.empresaDiscografica[] listarEmpresas(string nombre)
 {
     LaboratorioNro09.Service.listarEmpresasRequest inValue = new LaboratorioNro09.Service.listarEmpresasRequest();
     inValue.nombre = nombre;
     LaboratorioNro09.Service.listarEmpresasResponse retVal = ((LaboratorioNro09.Service.Servicio)(this)).listarEmpresas(inValue);
     return(retVal.@return);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <LaboratorioNro09.Service.listarEmpresasResponse> listarEmpresasAsync(string nombre)
 {
     LaboratorioNro09.Service.listarEmpresasRequest inValue = new LaboratorioNro09.Service.listarEmpresasRequest();
     inValue.nombre = nombre;
     return(((LaboratorioNro09.Service.Servicio)(this)).listarEmpresasAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <LaboratorioNro09.Service.listarEmpresasResponse> LaboratorioNro09.Service.Servicio.listarEmpresasAsync(LaboratorioNro09.Service.listarEmpresasRequest request)
 {
     return(base.Channel.listarEmpresasAsync(request));
 }
Ejemplo n.º 4
0
 LaboratorioNro09.Service.listarEmpresasResponse LaboratorioNro09.Service.Servicio.listarEmpresas(LaboratorioNro09.Service.listarEmpresasRequest request)
 {
     return(base.Channel.listarEmpresas(request));
 }