static internal void CopyTo(this WCFVoting o, Step step) { Voting result = new Voting(step, o.Target); result.PowerCount = o.PowerCount; }
internal void CopyTo(Step step) { Voting result = new Voting(step, this.Target); result.PowerCount = this.PowerCount; }