Пример #1
0
 public List <ChapterDTO> ListChapters([FromBody] Guid courseId)
 {
     return(chapterService.ListChapters(courseId));
 }