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