public System.Threading.Tasks.Task <Proyecto3Capas.WSInsServicios.InsertarServicioResponse> InsertarServicioAsync(double Karaoke, double Licores, double ValetParking, double Dj, double Payaso)
 {
     Proyecto3Capas.WSInsServicios.InsertarServicioRequest inValue = new Proyecto3Capas.WSInsServicios.InsertarServicioRequest();
     inValue.Body              = new Proyecto3Capas.WSInsServicios.InsertarServicioRequestBody();
     inValue.Body.Karaoke      = Karaoke;
     inValue.Body.Licores      = Licores;
     inValue.Body.ValetParking = ValetParking;
     inValue.Body.Dj           = Dj;
     inValue.Body.Payaso       = Payaso;
     return(((Proyecto3Capas.WSInsServicios.WebServiceSoap)(this)).InsertarServicioAsync(inValue));
 }
 public string InsertarServicio(double Karaoke, double Licores, double ValetParking, double Dj, double Payaso)
 {
     Proyecto3Capas.WSInsServicios.InsertarServicioRequest inValue = new Proyecto3Capas.WSInsServicios.InsertarServicioRequest();
     inValue.Body              = new Proyecto3Capas.WSInsServicios.InsertarServicioRequestBody();
     inValue.Body.Karaoke      = Karaoke;
     inValue.Body.Licores      = Licores;
     inValue.Body.ValetParking = ValetParking;
     inValue.Body.Dj           = Dj;
     inValue.Body.Payaso       = Payaso;
     Proyecto3Capas.WSInsServicios.InsertarServicioResponse retVal = ((Proyecto3Capas.WSInsServicios.WebServiceSoap)(this)).InsertarServicio(inValue);
     return(retVal.Body.InsertarServicioResult);
 }
 System.Threading.Tasks.Task <Proyecto3Capas.WSInsServicios.InsertarServicioResponse> Proyecto3Capas.WSInsServicios.WebServiceSoap.InsertarServicioAsync(Proyecto3Capas.WSInsServicios.InsertarServicioRequest request)
 {
     return(base.Channel.InsertarServicioAsync(request));
 }
 Proyecto3Capas.WSInsServicios.InsertarServicioResponse Proyecto3Capas.WSInsServicios.WebServiceSoap.InsertarServicio(Proyecto3Capas.WSInsServicios.InsertarServicioRequest request)
 {
     return(base.Channel.InsertarServicio(request));
 }