C# 클래스 CQRSSample.Commands.CreateCustomerCommand

상속: Command
파일 보기 프로젝트 열기: JoergEg/CQRS-Sample 1 사용 예제들

공개 메소드들

메소드 설명
CreateCustomerCommand ( System.Guid id ) : System
CreateCustomerCommand ( System.Guid id, string customerName, string street, string streetNumber, string postalCode, string city, string phoneNumber ) : System

메소드 상세

CreateCustomerCommand() 공개 메소드

public CreateCustomerCommand ( System.Guid id ) : System
id System.Guid
리턴 System

CreateCustomerCommand() 공개 메소드

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
리턴 System