예제 #1
0
 public FederatedDsTestingFetchEngine(IExtendedConfigurationProvider confProvider, Dictionary <string, StaticValuesForRectDataHandler[]> remoteDataSources)
     : base(confProvider)
 {
     this.remoteDataSources = remoteDataSources;
 }
예제 #2
0
 public FetchEngine(IExtendedConfigurationProvider provider)
 {
     configProvider = provider;
 }