Ejemplo n.º 1
0
        /// <inheritdoc />
        public IEnumerable <uSyncAction> Import()
        {
            contentHandler = new ContentHandler(
                _logger,
                _entityService,
                _contentService,
                _appCaches,
                _shortStringHelper,
                _usyncFileService,
                _usyncEventService,
                _usyncConfigService,
                _syncItemFactory);

            var importResults = contentHandler.ImportAll(uSyncDirectoryPaths.Content, new HandlerSettings(), default);

            return(importResults);
        }