Example #1
0
 public async void DeleteAsync(long id)
 {
     queueRepository.DeleteAsync(await GetQueueAsync(id));
 }