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