示例#1
0
 public List <Student> All()
 {
     return(_studentRepo.All());
 }