Ejemplo n.º 1
0
            public OrderCommands.OrderShipGroupAction ToOrderShipGroupAction()
            {
                var cmd = new OrderCommands.OrderShipGroupAction();

                cmd.Value            = this.Value;
                cmd.OrderShipGroupId = this.OrderShipGroupId;
                cmd.Version          = this.Version;
                cmd.CommandId        = this.CommandId;
                cmd.RequesterId      = this.RequesterId;
                return(cmd);
            }
Ejemplo n.º 2
0
 public virtual void When(OrderCommands.OrderShipGroupAction c)
 {
     Update(c, ar => ar.OrderShipGroupAction(c.OrderShipGroupId.ShipGroupSeqId, c.Value, c.Version, c.CommandId, c.RequesterId));
 }