C# Class Service.CustomerService

Inheritance: ICustomerService
Afficher le fichier Open project: mickdelaney/masstransit-rabbitmq-sample

Méthodes publiques

Méthode Description
CreateCustomer ( CreateCustomerMessage command ) : void
CustomerService ( ) : System
Start ( ) : void
Stop ( ) : void

Method Details

CreateCustomer() public méthode

public CreateCustomer ( CreateCustomerMessage command ) : void
command CreateCustomerMessage
Résultat void

CustomerService() public méthode

public CustomerService ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void