Beispiel #1
0
 public bool Destroy(object OrderID)
 {
     return(OrderDetail.Destroy(OrderID) == 1);
 }