CQRSMicroservices.Customers.CustomerAggregateRoot.CustomerAggregateRoot C# (CSharp) Method

CustomerAggregateRoot() public method

public CustomerAggregateRoot ( ) : CQRSMicroservices.Framework
return CQRSMicroservices.Framework
    public CustomerAggregateRoot()
    {
      RegisterHandler<CreateCustomerCommand>(Handle);
    }
CustomerAggregateRoot