AndyPike.Castlecasts.IntroToWindsor.NonIoC.PlainTextEmailer.Send C# (CSharp) Method

Send() public method

public Send ( Customer customer, string message ) : void
customer Customer
message string
return void
        public void Send(Customer customer, string message)
        {
            //Send an email to customer.Email
        }
PlainTextEmailer