C# Class Service.CustomerService

Inheritance: ICustomerService
Exibir arquivo Open project: mickdelaney/masstransit-rabbitmq-sample

Public Methods

Method Description
CreateCustomer ( CreateCustomerMessage command ) : void
CustomerService ( ) : System
Start ( ) : void
Stop ( ) : void

Method Details

CreateCustomer() public method

public CreateCustomer ( CreateCustomerMessage command ) : void
command CreateCustomerMessage
return void

CustomerService() public method

public CustomerService ( ) : System
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void