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