Ejemplo n.º 1
0
 public LaboratorioNro09.Service.albumMusical[] listarAlbums(string nombre)
 {
     LaboratorioNro09.Service.listarAlbumsRequest inValue = new LaboratorioNro09.Service.listarAlbumsRequest();
     inValue.nombre = nombre;
     LaboratorioNro09.Service.listarAlbumsResponse retVal = ((LaboratorioNro09.Service.Servicio)(this)).listarAlbums(inValue);
     return(retVal.@return);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <LaboratorioNro09.Service.listarAlbumsResponse> listarAlbumsAsync(string nombre)
 {
     LaboratorioNro09.Service.listarAlbumsRequest inValue = new LaboratorioNro09.Service.listarAlbumsRequest();
     inValue.nombre = nombre;
     return(((LaboratorioNro09.Service.Servicio)(this)).listarAlbumsAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <LaboratorioNro09.Service.listarAlbumsResponse> LaboratorioNro09.Service.Servicio.listarAlbumsAsync(LaboratorioNro09.Service.listarAlbumsRequest request)
 {
     return(base.Channel.listarAlbumsAsync(request));
 }
Ejemplo n.º 4
0
 LaboratorioNro09.Service.listarAlbumsResponse LaboratorioNro09.Service.Servicio.listarAlbums(LaboratorioNro09.Service.listarAlbumsRequest request)
 {
     return(base.Channel.listarAlbums(request));
 }