C# Class ProtectionProxyPattern.ProxyATM

Inheritance: ATMInterface
Mostra file Open project: DannyvanderJagt/CSharp-Design-Patterns Class Usage Examples

Public Methods

Method Description
ProxyATM ( string name ) : System
WithdrawMoney ( ) : void

Method Details

ProxyATM() public method

public ProxyATM ( string name ) : System
name string
return System

WithdrawMoney() public method

public WithdrawMoney ( ) : void
return void