Ejemplo n.º 1
0
 public IEnumerable <Model.Student> GetStudentsByNoForm()
 {
     return(_studentsRepo.GetStudentsByNoForm());
 }