diff --git a/Newsbot.Collector.Domain/Models/Config/ConfigSectionRedditModel.cs b/Newsbot.Collector.Domain/Models/Config/Sources/ConfigSectionRedditModel.cs similarity index 77% rename from Newsbot.Collector.Domain/Models/Config/ConfigSectionRedditModel.cs rename to Newsbot.Collector.Domain/Models/Config/Sources/ConfigSectionRedditModel.cs index b33f56b..e647630 100644 --- a/Newsbot.Collector.Domain/Models/Config/ConfigSectionRedditModel.cs +++ b/Newsbot.Collector.Domain/Models/Config/Sources/ConfigSectionRedditModel.cs @@ -1,4 +1,4 @@ -namespace Newsbot.Collector.Domain.Models.Config; +namespace Newsbot.Collector.Domain.Models.Config.Sources; public class ConfigSectionRedditModel { diff --git a/Newsbot.Collector.Domain/Models/Config/ConfigSectionRssModel.cs b/Newsbot.Collector.Domain/Models/Config/Sources/ConfigSectionRssModel.cs similarity index 57% rename from Newsbot.Collector.Domain/Models/Config/ConfigSectionRssModel.cs rename to Newsbot.Collector.Domain/Models/Config/Sources/ConfigSectionRssModel.cs index 597d14d..e2afef3 100644 --- a/Newsbot.Collector.Domain/Models/Config/ConfigSectionRssModel.cs +++ b/Newsbot.Collector.Domain/Models/Config/Sources/ConfigSectionRssModel.cs @@ -1,4 +1,4 @@ -namespace Newsbot.Collector.Domain.Models.Config; +namespace Newsbot.Collector.Domain.Models.Config.Sources; public class ConfigSectionRssModel { diff --git a/Newsbot.Collector.Domain/Models/Config/ConfigSectionYoutubeModel.cs b/Newsbot.Collector.Domain/Models/Config/Sources/ConfigSectionYoutubeModel.cs similarity index 67% rename from Newsbot.Collector.Domain/Models/Config/ConfigSectionYoutubeModel.cs rename to Newsbot.Collector.Domain/Models/Config/Sources/ConfigSectionYoutubeModel.cs index b6cb788..bdc52b0 100644 --- a/Newsbot.Collector.Domain/Models/Config/ConfigSectionYoutubeModel.cs +++ b/Newsbot.Collector.Domain/Models/Config/Sources/ConfigSectionYoutubeModel.cs @@ -1,4 +1,4 @@ -namespace Newsbot.Collector.Domain.Models.Config; +namespace Newsbot.Collector.Domain.Models.Config.Sources; public class ConfigSectionYoutubeModel {