Ejemplo n.º 1
0
 public void PassExam([FromBody] TestExam testExam)
 {
     _testsRepository.PassExam(testExam);
 }