C# Class ComercioElectronico.Servicios.ServicioPagos

Inheritance: IServicioPagos
Show file Open project: JuanjoFuchs/SOLID

Public Methods

Method Description
ProcesarTarjetaDeCredito ( DetallesDePago detallesDePago, decimal montoTotal ) : void

Method Details

ProcesarTarjetaDeCredito() public method

public ProcesarTarjetaDeCredito ( DetallesDePago detallesDePago, decimal montoTotal ) : void
detallesDePago DetallesDePago
montoTotal decimal
return void