Beispiel #1
0
 public IQueryable <Major> GetByProject(long projectId)
 {
     return(_majorRepository.GetMajorsByProject(projectId));
 }