Example #1
0
 public Result <ExaminationOutPut> TestStart([FromQuery] string dayOrWeek)
 {
     return(_iExaminationService.TestStart(dayOrWeek));
 }