コード例 #1
0
 public async Task Execute(long presentationId, int pageNumber)
 {
     await presentationRepository.UpdatePageNumber(presentationId, pageNumber);
 }