Beispiel #1
0
 public void Apply(ChartChanged @event)
 {
     ChartId = @event.ChartId;
 }
Beispiel #2
0
 public void Handle(ChartChanged evt)
 {
     _db.Update <ProfileEnvelope>(new { ChartId = evt.ChartId }, p => p.Id == evt.Id);
 }