aboutsummaryrefslogtreecommitdiff
path: root/Aggregator
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-03 23:55:56 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-03 23:55:56 +0000
commit8a7a73d76bb29c46e0e74c5e03f07a12340f99d7 (patch)
tree403592168861c85bc485bac2c820bba786074e40 /Aggregator
parent6bd3b3b4516fcf18ed93bf0e27283117c34e59af (diff)
downloadnewsaggregator-8a7a73d76bb29c46e0e74c5e03f07a12340f99d7.tar.gz
newsaggregator-8a7a73d76bb29c46e0e74c5e03f07a12340f99d7.tar.bz2
newsaggregator-8a7a73d76bb29c46e0e74c5e03f07a12340f99d7.zip
Added file to handle actual translation of articles in xml to clr obj
Diffstat (limited to 'Aggregator')
-rw-r--r--Aggregator/Parser/Parser.cs7
1 files changed, 7 insertions, 0 deletions
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