From 8a7a73d76bb29c46e0e74c5e03f07a12340f99d7 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 3 Feb 2019 23:55:56 +0000 Subject: Added file to handle actual translation of articles in xml to clr obj --- Aggregator/Parser/Parser.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Aggregator/Parser/Parser.cs (limited to 'Aggregator/Parser') diff --git a/Aggregator/Parser/Parser.cs b/Aggregator/Parser/Parser.cs new file mode 100644 index 0000000..f1a28b9 --- /dev/null +++ b/Aggregator/Parser/Parser.cs @@ -0,0 +1,7 @@ +using System; + +namespace Aggregator.Parser { + public static class Parser { + + } +} \ No newline at end of file -- cgit v1.2.3-13-gbd6f