C# Class NinjectSimulation.Mocks.MockMailSender

Inheritance: IMailSender
Afficher le fichier Open project: bruce-dunwiddie/ReflectionPresentation

Méthodes publiques

Méthode Description
Send ( string toAddress, string subject ) : void

Method Details

Send() public méthode

public Send ( string toAddress, string subject ) : void
toAddress string
subject string
Résultat void