Example #1
0
 public GetLastOrderAction(OrderList orderList, string name) : base(orderList, name)
 {
 }
Example #2
0
 public UpdateOrderListAction(OrderList orderList, string Name) : base(orderList, Name)
 {
 }
Example #3
0
 protected OrderListAction(OrderList orderList, string name) : base(name)
 {
     OwnerOrderList = orderList;
 }
Example #4
0
 public GetOrderListJsonAction(OrderList OrderList, string Name) : base(OrderList, Name)
 {
 }
Example #5
0
 public GetLastProductTypeAction(OrderList OrderList, string Name) : base(OrderList, Name)
 {
 }