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