Ejemplo n.º 1
0
 private InitDataGetting(string pUrl, string pDataGetterType)
 {
     this.url = pUrl;
     this.oGeoZoneDictionary = new ConcurrentDictionary <string, GeoZone>();
     this.SetIDataGetter(pDataGetterType);
     if (oGeoZoneDictionary.Count == UtilsConstants.IntConstants.ZERO)
     {
         _oIDataGetter.SetOwnDataModel(oGeoZoneDictionary);
     }
 }