コード例 #1
0
 public ActionResult <double> StudentCheckFine(int Id)
 {
     return(_reportingService.CheckFine(Id));
 }