Example #1
0
 public async Task <SectionDto> CreateOrUpdateSection(string examId, SectionDto dto)
 {
     return(await _service.CreateOrUpdateSection(dto));
 }