Example #1
0
 private void AddJobAdsToList(Guid listId, IEnumerable <Guid> jobAdIds)
 {
     _jobAdListsCommand.CreateEntries(listId, jobAdIds);
 }