diff options
Diffstat (limited to 'Aggregator')
-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 7d490cb..905bfa4 100644 --- a/Aggregator/Parser/ParserService.cs +++ b/Aggregator/Parser/ParserService.cs @@ -8,7 +8,7 @@ namespace Aggregator.Parser { /// <summary> /// Class to provide Parsing services /// </summary> - public static class Parser { + public static class ParserService { /// <summary> /// Parse a single xml code, given a config, to Articles |