示例#1
0
 /// <inheritdoc />
 public async Task Handle(GroupEventCancelledDomainEvent notification, CancellationToken cancellationToken) =>
 await _attendeeRepository.RemoveAttendeesForGroupEventAsync(notification.GroupEvent, _dateTime.UtcNow);