diff options
Diffstat (limited to 'Aggregator/Parser/ParserService.cs')
-rw-r--r-- | Aggregator/Parser/ParserService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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> |