public DefaultCompensation()
 {
     InternalCompensate compensate = new InternalCompensate {
         Target = new InArgument<CompensationToken>(this.toCompensateToken)
     };
     this.body = compensate;
 }
Exemple #2
0
        public DefaultCompensation()
        {
            InternalCompensate compensate = new InternalCompensate {
                Target = new InArgument <CompensationToken>(this.toCompensateToken)
            };

            this.body = compensate;
        }