Exemple #1
0
 public void When(TimeEntryUpdated timeEntryUpdated)
 {
 }
 public async Task Handle(TimeEntryUpdated notification, CancellationToken cancellationToken)
 {
     await _timeEntryReadRepository.AddOrUpdate(notification.TimeEntry);
 }