Beispiel #1
0
 public void Apply(TodoCreatedEvent @event)
 {
     Id          = @event.AggregateId;
     Title       = @event.Title;
     Description = @event.Description;
     Creater     = @event.Creater;
 }
Beispiel #2
0
 public void Apply(TodoCreatedEvent @event)
 {
     Title       = @event.Title;
     Description = @event.Description;
     Creater     = @event.Creater;
 }