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