Exemplo n.º 1
0
            public InOutCommands.Complete ToComplete()
            {
                var cmd = new InOutCommands.Complete();

                cmd.DocumentNumber = this.DocumentNumber;
                cmd.Version        = this.Version;
                cmd.CommandId      = this.CommandId;
                cmd.RequesterId    = this.RequesterId;
                return(cmd);
            }
Exemplo n.º 2
0
 public virtual void When(InOutCommands.Complete c)
 {
     Update(c, ar => ar.Complete(c.Version, c.CommandId, c.RequesterId));
 }