From d15ae49ff8b6d6623cb42048c3543bbc0e60d804 Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Thu, 6 Jul 2023 22:20:13 -0700 Subject: [PATCH] Minor config update to add a new namespace --- .../Models/Config/{ => Sources}/ConfigSectionRedditModel.cs | 2 +- .../Models/Config/{ => Sources}/ConfigSectionRssModel.cs | 2 +- .../Models/Config/{ => Sources}/ConfigSectionYoutubeModel.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename Newsbot.Collector.Domain/Models/Config/{ => Sources}/ConfigSectionRedditModel.cs (77%) rename Newsbot.Collector.Domain/Models/Config/{ => Sources}/ConfigSectionRssModel.cs (57%) rename Newsbot.Collector.Domain/Models/Config/{ => Sources}/ConfigSectionYoutubeModel.cs (67%) 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 {