예제 #1
0
파일: Aggregate.cs 프로젝트: pachinko/naa4e
 protected void RaiseEvent(DomainEvent @event)
 {
     uncommittedEvents.Add(@event);
     (this as dynamic).Apply((dynamic)@event);
 }