Ejemplo n.º 1
0
 public OrdenWeb(Carrito carrito, DetallesDePago detallesDePago)
     : base(carrito)
 {
     _detallesDePago = detallesDePago;
     _servicioNotificacion = new ServicioNotificacion();
     _servicioPagos = new ServicioPagos();
     _reservaInventarios =new ReservaInventarios();
 }
Ejemplo n.º 2
0
 public OrdenWeb(Carrito carrito, DetallesDePago detallesDePago)
     : base(carrito)
 {
     _detallesDePago       = detallesDePago;
     _servicioNotificacion = new ServicioNotificacion();
     _servicioPagos        = new ServicioPagos();
     _reservaInventarios   = new ReservaInventarios();
 }