AndyPike.Castlecasts.IntroToWindsor.IoC.PlainTextEmailer.Send C# (CSharp) Метод

Send() публичный Метод

public Send ( Customer customer, string message ) : void
customer Customer
message string
Результат void
        public void Send(Customer customer, string message)
        {
            //Send an email to customer.Email
        }
PlainTextEmailer