Exemple #1
0
 public LaboratorioNro09.Service.artista[] listarArtistas(string nombre)
 {
     LaboratorioNro09.Service.listarArtistasRequest inValue = new LaboratorioNro09.Service.listarArtistasRequest();
     inValue.nombre = nombre;
     LaboratorioNro09.Service.listarArtistasResponse retVal = ((LaboratorioNro09.Service.Servicio)(this)).listarArtistas(inValue);
     return(retVal.@return);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <LaboratorioNro09.Service.listarArtistasResponse> listarArtistasAsync(string nombre)
 {
     LaboratorioNro09.Service.listarArtistasRequest inValue = new LaboratorioNro09.Service.listarArtistasRequest();
     inValue.nombre = nombre;
     return(((LaboratorioNro09.Service.Servicio)(this)).listarArtistasAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <LaboratorioNro09.Service.listarArtistasResponse> LaboratorioNro09.Service.Servicio.listarArtistasAsync(LaboratorioNro09.Service.listarArtistasRequest request)
 {
     return(base.Channel.listarArtistasAsync(request));
 }
Exemple #4
0
 LaboratorioNro09.Service.listarArtistasResponse LaboratorioNro09.Service.Servicio.listarArtistas(LaboratorioNro09.Service.listarArtistasRequest request)
 {
     return(base.Channel.listarArtistas(request));
 }