Beispiel #1
0
 public Task DeleteOrderAsync(int orderKey)
 {
     return(Task.Factory.StartNew(() => _orderRepository.DeleteByID(orderKey)));
 }