Exemplo n.º 1
0
 public async Task DeleteSection(string examId, string sectionId)
 {
     await _service.DeleteSection(examId, sectionId);
 }