C# Class AOUT.Ch4.LogAn.Test.MockEmailService

Inheritance: IEmailService
Mostrar archivo Open project: royosherove/aout1 Class Usage Examples

Public Properties

Property Type Description
Body string
Subject string
To string

Public Methods

Method Description
SendEmail ( string to, string subject, string body ) : void

Method Details

SendEmail() public method

public SendEmail ( string to, string subject, string body ) : void
to string
subject string
body string
return void

Property Details

Body public_oe property

public string Body
return string

Subject public_oe property

public string Subject
return string

To public_oe property

public string To
return string