예제 #1
0
 public async Task <IActionResult> Details(string id)
 {
     return(this.View(await gradeService.GetGradeDetails(id)));
 }