public static Order_Subtotal CreateOrder_Subtotal(int orderID) { Order_Subtotal order_Subtotal = new Order_Subtotal(); order_Subtotal.OrderID = orderID; return order_Subtotal; }
public void AddToOrder_Subtotals(Order_Subtotal order_Subtotal) { base.AddObject("Order_Subtotals", order_Subtotal); }