public TfsProjectGateway(TfsConnection tfsConnection) { this.tfsTeamProjectCollection = tfsConnection.Connect(); }
public TfsChangesetGateway(TfsConnection connection) { this.tfsTeamProjectCollection = connection.Connect(); }