diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-03 23:55:56 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-03 23:55:56 +0000 |
commit | 8a7a73d76bb29c46e0e74c5e03f07a12340f99d7 (patch) | |
tree | 403592168861c85bc485bac2c820bba786074e40 /Aggregator/Parser | |
parent | 6bd3b3b4516fcf18ed93bf0e27283117c34e59af (diff) | |
download | newsaggregator-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/Parser')
-rw-r--r-- | Aggregator/Parser/Parser.cs | 7 |
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 |