Пример #1
0
 public ActionResult Edit([Bind(Include = "Codigoreservahotel,Nombrehotel,Numerodias,Cantidadpersonas,Numerohabitaciones,Montototal,Fechaingreso")]
                          proyectoMaravillasPeru.MaravillasSOAPWS.ReservaHotel reservahotel)
 {
     if (ModelState.IsValid)
     {
         proxy.ModificarReservaHotel(reservahotel);
         return(RedirectToAction("Index"));
     }
     return(View(reservahotel));
 }
 public System.Threading.Tasks.Task <proyectoMaravillasPeru.MaravillasSOAPWS.ReservaHotel> ModificarReservaHotelAsync(proyectoMaravillasPeru.MaravillasSOAPWS.ReservaHotel reservaHotelAModificar)
 {
     return(base.Channel.ModificarReservaHotelAsync(reservaHotelAModificar));
 }
 public proyectoMaravillasPeru.MaravillasSOAPWS.ReservaHotel ModificarReservaHotel(proyectoMaravillasPeru.MaravillasSOAPWS.ReservaHotel reservaHotelAModificar)
 {
     return(base.Channel.ModificarReservaHotel(reservaHotelAModificar));
 }
 public proyectoMaravillasPeru.MaravillasSOAPWS.ReservaHotel CrearReservaHotel(proyectoMaravillasPeru.MaravillasSOAPWS.ReservaHotel reservaHotelACrear)
 {
     return(base.Channel.CrearReservaHotel(reservaHotelACrear));
 }