Beispiel #1
0
 public IActionResult GetAllStudents(string studentIndex)
 {
     return(Ok(_studentDao.GetAllStudents()));
 }