C# Class DecoratorTest.Scenario2

Inheritance: IEmailInterface
Afficher le fichier Open project: KennyBu/DesignPatternTests

Méthodes publiques

Méthode Description
Scenario2 ( ISendText textSender )
SendTheMessageYo ( string theMessage ) : void

Method Details

Scenario2() public méthode

public Scenario2 ( ISendText textSender )
textSender ISendText

SendTheMessageYo() public méthode

public SendTheMessageYo ( string theMessage ) : void
theMessage string
Résultat void