コード例 #1
0
 private void TimeAllocationBooked(TimeAllocationBookedEvent @event)
 {
     _consultantRepository.Save(@event.Source.Consultant);
 }
コード例 #2
0
 private void TimeAllocationBooked(TimeAllocationBookedEvent @event)
 {
     _timeAllocationRepository.Save(@event.Source);
 }