예제 #1
0
 public IActionResult GetStudent(string index)
 {
     return(Ok(_dbService.GetEnrollments(index)));
 }