Beispiel #1
0
 public async Task AddCarrierToQueueAsync(CarrierQueued carrierQueued)
 => await _repository.AddCarrierToQueueAsync(carrierQueued);