예제 #1
0
 public IQueryable <Subjects> FindAll()
 {
     return(repo.FindAll());
 }