C# Class CQRSSample.Commands.CreateCustomerCommand

Inheritance: Command
Show file Open project: JoergEg/CQRS-Sample Class Usage Examples

Public Methods

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

Method Details

CreateCustomerCommand() public method

public CreateCustomerCommand ( System.Guid id ) : System
id System.Guid
return System

CreateCustomerCommand() public method

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