Refactor message grouping out and add a limit setting

This commit is contained in:
Alexey Golub 2017-09-28 22:16:38 +03:00
parent 69184a74fe
commit 7b9de314ab
13 changed files with 111 additions and 59 deletions

View file

@ -14,6 +14,7 @@ namespace DiscordChatExporter
// Services
SimpleIoc.Default.Register<IDataService, DataService>();
SimpleIoc.Default.Register<IExportService, ExportService>();
SimpleIoc.Default.Register<IMessageGroupService, MessageGroupService>();
SimpleIoc.Default.Register<ISettingsService, SettingsService>();
// View models