Exemplo n.º 1
0
        public ExamModel UpdateExam(ExamModel model)
        {
            var updated = _repo.Update(model);

            return(GetExam(updated.Id));
        }