Exemple #1
0
 // if you add Migration Engine in here you will have to fix the infinate loop
 public TfsMigrationClient(ITestPlanMigrationClient testPlanClient, IWorkItemMigrationClient workItemClient, IServiceProvider services, ITelemetryLogger telemetry)
 {
     _testPlanClient = testPlanClient;
     _workItemClient = workItemClient;
     _Services       = services;
     _Telemetry      = telemetry;
 }