Beispiel #1
0
        private FilesParser()
        {
            var file = File.Open(AlreadyParsedFilesPath, FileMode.OpenOrCreate);

            file.Close();
            _manager = PriceComperationDataManagerFactory.TheFactory.GetPriceComperationDataManager();
        }
Beispiel #2
0
 private PriceControl()
 {
     _manager = PriceComperationDataManagerFactory.TheFactory.GetPriceComperationDataManager();
 }