C# Class ComercioElectronico.Orden

ファイルを表示 Open project: JuanjoFuchs/SOLID

Public Methods

Method Description
ConfirmarCompra ( Carrito carrito, DetallesDePago detallesDePago, bool notificarCliente ) : void

Private Methods

Method Description
CargarTarjeta ( DetallesDePago detallesDePago, Carrito carrito ) : void
NotificarCliente ( Carrito carrito ) : void
ReservarInventario ( Carrito carrito ) : void

Method Details

ConfirmarCompra() public method

public ConfirmarCompra ( Carrito carrito, DetallesDePago detallesDePago, bool notificarCliente ) : void
carrito Carrito
detallesDePago DetallesDePago
notificarCliente bool
return void