CQRSSample.Commands.CreateCustomerCommand.CreateCustomerCommand C# (CSharp) 메소드

CreateCustomerCommand() 공개 메소드

public CreateCustomerCommand ( System.Guid id ) : System
id System.Guid
리턴 System
        public CreateCustomerCommand(Guid id)
            : base(id)
        {
        }

Same methods

CreateCustomerCommand::CreateCustomerCommand ( System.Guid id, string customerName, string street, string streetNumber, string postalCode, string city, string phoneNumber ) : System
CreateCustomerCommand