예제 #1
0
 public TfsProjectGateway(TfsConnection tfsConnection)
 {
     this.tfsTeamProjectCollection = tfsConnection.Connect();
 }
예제 #2
0
 public TfsChangesetGateway(TfsConnection connection)
 {
     this.tfsTeamProjectCollection = connection.Connect();
 }