Example #1
0
 public IActionResult getStudentEnrollment(string id)
 {
     return(Ok(_dbService.GetStudentEnrollment(id)));
 }