Exemplo n.º 1
0
 public Controlador.PlatoFondoWS.PlatoFondo[] listarPlatoFondo()
 {
     Controlador.PlatoFondoWS.listarPlatoFondoRequest inValue = new Controlador.PlatoFondoWS.listarPlatoFondoRequest();
     inValue.Body = new Controlador.PlatoFondoWS.listarPlatoFondoRequestBody();
     Controlador.PlatoFondoWS.listarPlatoFondoResponse retVal = ((Controlador.PlatoFondoWS.Plato_FondoWSSoap)(this)).listarPlatoFondo(inValue);
     return(retVal.Body.listarPlatoFondoResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <Controlador.PlatoFondoWS.listarPlatoFondoResponse> listarPlatoFondoAsync()
 {
     Controlador.PlatoFondoWS.listarPlatoFondoRequest inValue = new Controlador.PlatoFondoWS.listarPlatoFondoRequest();
     inValue.Body = new Controlador.PlatoFondoWS.listarPlatoFondoRequestBody();
     return(((Controlador.PlatoFondoWS.Plato_FondoWSSoap)(this)).listarPlatoFondoAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Controlador.PlatoFondoWS.listarPlatoFondoResponse> Controlador.PlatoFondoWS.Plato_FondoWSSoap.listarPlatoFondoAsync(Controlador.PlatoFondoWS.listarPlatoFondoRequest request)
 {
     return(base.Channel.listarPlatoFondoAsync(request));
 }
Exemplo n.º 4
0
 Controlador.PlatoFondoWS.listarPlatoFondoResponse Controlador.PlatoFondoWS.Plato_FondoWSSoap.listarPlatoFondo(Controlador.PlatoFondoWS.listarPlatoFondoRequest request)
 {
     return(base.Channel.listarPlatoFondo(request));
 }