コード例 #1
0
 public IEnumerable <Students> Index()
 {
     return(objStudent.GetStudentsAndTheirCourses());
 }