From f2db4058db87c20b812231572ca2a022d5da9766 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 4 Feb 2019 00:27:11 +0000 Subject: Changed class name --- Aggregator/Parser/ParserService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { /// /// Class to provide Parsing services /// - public static class Parser { + public static class ParserService { /// /// Parse a single xml code, given a config, to Articles -- cgit v1.2.3-13-gbd6f