C# 클래스 Ploeh.Samples.Booking.DomainModel.ReservationRejectedEvent

파일 보기 프로젝트 열기: ploeh/CQRSonAzureDemo 1 사용 예제들

공개 메소드들

메소드 설명
ReservationRejectedEvent ( System.Guid id, System.DateTime date, string name, string email, int quantity ) : System

메소드 상세

ReservationRejectedEvent() 공개 메소드

public ReservationRejectedEvent ( System.Guid id, System.DateTime date, string name, string email, int quantity ) : System
id System.Guid
date System.DateTime
name string
email string
quantity int
리턴 System