C# Class ProtectionProxyPattern.ProxyATM

Inheritance: ATMInterface
Afficher le fichier Open project: DannyvanderJagt/CSharp-Design-Patterns Class Usage Examples

Méthodes publiques

Méthode Description
ProxyATM ( string name ) : System
WithdrawMoney ( ) : void

Method Details

ProxyATM() public méthode

public ProxyATM ( string name ) : System
name string
Résultat System

WithdrawMoney() public méthode

public WithdrawMoney ( ) : void
Résultat void