예제 #1
0
 public RabotaUaParser(RabotaUaConfigEntity config)
 {
     _config     = config;
     _repository = new VacancyRepository();
 }
예제 #2
0
 public RabotaUaParser(RabotaUaConfigEntity config, IDataService dataService)
 {
     _config      = config;
     _dataService = dataService;
     _repository  = new VacancyRepository();
 }