//GET : /api/Student/studentList public IEnumerable <Student> studentList() { return(studentdb.showStudentList()); }