Exemple #1
0
 public Task MovePageVersionBlockAsync(MovePageVersionBlockCommand command, IExecutionContext executionContext = null)
 {
     return(_commandExecutor.ExecuteAsync(command, executionContext));
 }
 public Task MoveAsync(MovePageVersionBlockCommand command)
 {
     return(ExtendableContentRepository.ExecuteCommandAsync(command));
 }