Exemplo n.º 1
0
 public async Task <ExamDto> CreateOrUpdateExam(ExamDto exam)
 {
     return(await _service.CreateOrUpdateExam(exam));
 }