コード例 #1
0
 public async Task Process(DataCollectorRemoved @event)
 {
     await _dataCollectors.RemoveAsync(@event.DataCollectorId);
 }