CQRSMicroservices.Customers.CustomerAggregateRoot.CustomerAggregateRoot C# (CSharp) 메소드

CustomerAggregateRoot() 공개 메소드

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