Пример #1
0
 IList <Guid> IJobAdNotesQuery.GetHasNotesJobAdIds(Guid ownerId)
 {
     return(_repository.GetHasNotesJobAdIds(ownerId));
 }