Example #1
0
 IList <JobAdSearch> IJobAdSearchesQuery.GetJobAdSearches(Guid ownerId)
 {
     return(_repository.GetJobAdSearches(ownerId));
 }