Exemplo n.º 1
0
 public async Task UpdateChapterNumeration(ChapterNumerationViewModel[] chapterNumeration)
 {
     await chapterService.UpdateChapterNumeration(chapterNumeration).ConfigureAwait(false);
 }