示例#1
0
 public IEnumerable <Model.Student> GetAllStudents()
 {
     return(_studentsRepo.GetAllStudents());
 }