C# Class Courier.Core.NotifyDelivery

Inheritance: ICommand
Show file Open project: ccidral/courier

Public Methods

Method Description
Execute ( ) : void
NotifyDelivery ( ICommand command, MessageDelivery delivery ) : System

Method Details

Execute() public method

public Execute ( ) : void
return void

NotifyDelivery() public method

public NotifyDelivery ( ICommand command, MessageDelivery delivery ) : System
command ICommand
delivery MessageDelivery
return System