Beispiel #1
0
 public void Delete(int id)
 {
     dbOrder.Delete(id);
 }
Beispiel #2
0
 public static bool Delete(
     int orderID)
 {
     return(DBOrder.Delete(
                orderID));
 }