Пример #1
0
 bool IJobAdNotesQuery.HasNotes(Guid ownerId, Guid jobAdId)
 {
     return(_repository.HasNotes(ownerId, jobAdId));
 }