Example #1
0
 void IJobAdExportCommand.CreateJobSearchId(Guid jobAdId, long vacancyId)
 {
     _repository.CreateJobSearchId(jobAdId, vacancyId);
 }