C# Class ComercioElectronico.Orden

Afficher le fichier Open project: JuanjoFuchs/SOLID

Méthodes publiques

Méthode Description
ConfirmarCompra ( Carrito carrito, DetallesDePago detallesDePago, bool notificarCliente ) : void

Private Methods

Méthode Description
CargarTarjeta ( DetallesDePago detallesDePago, Carrito carrito ) : void
NotificarCliente ( Carrito carrito ) : void
ReservarInventario ( Carrito carrito ) : void

Method Details

ConfirmarCompra() public méthode

public ConfirmarCompra ( Carrito carrito, DetallesDePago detallesDePago, bool notificarCliente ) : void
carrito Carrito
detallesDePago DetallesDePago
notificarCliente bool
Résultat void