Beispiel #1
0
            public ShipmentCommands.ConfirmAllItemsIssued ToConfirmAllItemsIssued()
            {
                var cmd = new ShipmentCommands.ConfirmAllItemsIssued();

                cmd.ShipmentId  = this.ShipmentId;
                cmd.Version     = this.Version;
                cmd.CommandId   = this.CommandId;
                cmd.RequesterId = this.RequesterId;
                return(cmd);
            }
Beispiel #2
0
 public virtual void When(ShipmentCommands.ConfirmAllItemsIssued c)
 {
     Update(c, ar => ar.ConfirmAllItemsIssued(c.Version, c.CommandId, c.RequesterId));
 }