public OrdenWeb(Carrito carrito, DetallesDePago detallesDePago) : base(carrito) { _detallesDePago = detallesDePago; _servicioNotificacion = new ServicioNotificacion(); _servicioPagos = new ServicioPagos(); _reservaInventarios =new ReservaInventarios(); }
public OrdenTarjetaCredito(Carrito carrito, DetallesDePago detallesDePago) : base(carrito) { _detallesDePago = detallesDePago; _servicioPagos = new ServicioPagos(); }
public void Preparar() { _carrito = new Carrito(); }
public void NotificarClienteOrdenCreada(Carrito carrito) { throw new System.NotImplementedException(); }