public TestPocoClientFactoryFlowThrough(IHDInsightManagementPocoClientFactory underlying)
 {
     this.underlying = underlying;
     this.Clients = new List<TestPocoClientFlowThrough>();
 }
Esempio n. 2
0
 public TestPocoClientFactoryFlowThrough(IHDInsightManagementPocoClientFactory underlying)
 {
     this.underlying = underlying;
     this.Clients    = new List <TestPocoClientFlowThrough>();
 }