예제 #1
0
 public bool DeleteOrder(Order order)
 {
     return(_communicator.DeleteOrder(order));
 }