Пример #1
0
 public async Task <Chapter> Create([FromQuery] ChapterModel chapterModel)
 {
     return(await _chapterService.Create(chapterModel));
 }