示例#1
0
 public void Process(HealthRiskCreated @event)
 {
     _healthRisks.SaveHealthRisk(@event.Id, @event.ReadableId, @event.Name);
 }