コード例 #1
0
 public bool CreateExamination([FromBody] Examination examination)
 {
     return(_examinationService.CreateExamination(examination));
 }