Exemple #1
0
        public void StartImport(EntityType entityType, String CSVFileURI, String importSettingsJSON)
        {
            ImportFromCSV.Start(entityType, CSVFileURI, importSettingsJSON);

            var action = GetMessageAction(entityType);

            MessageService.Send(HttpContext.Current.Request, action);
        }
Exemple #2
0
        public void StartImport(EntityType entityType, String CSVFileURI, String importSettingsJSON)
        {
            _importFromCSV.Start(entityType, CSVFileURI, importSettingsJSON);

            _messageService.Send(GetMessageAction(entityType));
        }