C# Class Geekhub.Tests.App.Modules.Alerts.EmailAdapterFake

Inheritance: IEmailAdapter
Show file Open project: geekhubdk/geekhub Class Usage Examples

Public Methods

Method Description
EmailAdapterFake ( ) : System.Collections.Generic
SendMail ( string email, string subject, string html ) : void

Method Details

EmailAdapterFake() public method

public EmailAdapterFake ( ) : System.Collections.Generic
return System.Collections.Generic

SendMail() public method

public SendMail ( string email, string subject, string html ) : void
email string
subject string
html string
return void