public async Task <ExamDto> CreateOrUpdateExam(ExamDto exam) { return(await _service.CreateOrUpdateExam(exam)); }