public DefaultConfirmation()
 {
     InternalConfirm confirm = new InternalConfirm {
         Target = new InArgument<CompensationToken>(this.toConfirmToken)
     };
     this.body = confirm;
 }
Ejemplo n.º 2
0
        public DefaultConfirmation()
        {
            InternalConfirm confirm = new InternalConfirm {
                Target = new InArgument <CompensationToken>(this.toConfirmToken)
            };

            this.body = confirm;
        }