Beispiel #1
0
 IQueryable <Subjects> ISubjectsService.FindAllSubjectsForGroup(int id)
 {
     return(repo.FindAllSubjectsForGroup(id));
 }