diff options
Diffstat (limited to 'Aggregator/Parser')
-rw-r--r-- | Aggregator/Parser/Download.cs | 2 | ||||
-rw-r--r-- | Aggregator/Parser/ParserService.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Aggregator/Parser/Download.cs b/Aggregator/Parser/Download.cs index 1249771..158806f 100644 --- a/Aggregator/Parser/Download.cs +++ b/Aggregator/Parser/Download.cs @@ -1,7 +1,7 @@ using System.Net; using System.Threading.Tasks; -namespace Aggregator.Parser { +namespace Aggregator { public static class Download { /// <summary> /// Download source from a given site synchronously diff --git a/Aggregator/Parser/ParserService.cs b/Aggregator/Parser/ParserService.cs index 06f3469..c88e4b1 100644 --- a/Aggregator/Parser/ParserService.cs +++ b/Aggregator/Parser/ParserService.cs @@ -4,7 +4,7 @@ using System.Xml.Linq; using System.Collections.Generic; using Classes; -namespace Aggregator.Parser { +namespace Aggregator { /// <summary> /// Class to provide Parsing services /// </summary> |