mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-30 09:42:40 +00:00
Refactor resolving chat log to a separate service to allow reusability across CLI and GUI
This commit is contained in:
@@ -17,6 +17,7 @@ namespace DiscordChatExporter.Gui
|
||||
SimpleIoc.Default.Reset();
|
||||
|
||||
// Services
|
||||
SimpleIoc.Default.Register<IChatLogService, ChatLogService>();
|
||||
SimpleIoc.Default.Register<IDataService, DataService>();
|
||||
SimpleIoc.Default.Register<IExportService, ExportService>();
|
||||
SimpleIoc.Default.Register<IMessageGroupService, MessageGroupService>();
|
||||
|
||||
Reference in New Issue
Block a user