Пример #1
0
 T IJobAdNotesQuery.GetNote <T>(Guid id)
 {
     return(_repository.GetNote <T>(id));
 }