示例#1
0
 private void TimeAllocationBooked(TimeAllocationBookedEvent @event)
 {
     _consultantRepository.Save(@event.Source.Consultant);
 }
 private void ConsultantAdded(ConsultantAddedEvent @event)
 {
     _consultantRepository.Save(@event.Source);
 }