C# Class CQRSMicroservices.Customers.CustomerAggregateRoot

Inheritance: AggregateRoot
Mostrar archivo Open project: AFASResearch/CQRS-Playground

Public Methods

Method Description
CustomerAggregateRoot ( ) : CQRSMicroservices.Framework

Private Methods

Method Description
Handle ( CreateCustomerCommand command ) : void

Method Details

CustomerAggregateRoot() public method

public CustomerAggregateRoot ( ) : CQRSMicroservices.Framework
return CQRSMicroservices.Framework