Ejemplo n.º 1
0
 //GET : /api/Student/studentList
 public IEnumerable <Student> studentList()
 {
     return(studentdb.showStudentList());
 }