コード例 #1
0
 public CreateEventHandler(IStartSessions <Guid, IHoldEventState> repository, IEventAggregate aggregate)
 {
     this.repository = repository;
     this.aggregate  = aggregate;
 }