aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/Classes/Config.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Aggregator/Classes/Config.cs')
-rw-r--r--Aggregator/Classes/Config.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/Aggregator/Classes/Config.cs b/Aggregator/Classes/Config.cs
deleted file mode 100644
index f7a94d1..0000000
--- a/Aggregator/Classes/Config.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-
-namespace Aggregator.Classes {
- /// <summary>
- /// Class to represent position for each piece of data in a class
- /// To be used in conjunction with article for each source
- /// </summary>
- public class Config {
- public string Source { get; set; }
- public int Title { get; set; }
- public int Description { get; set; }
- public int ImageLink { get; set; }
- public int ArticleLink { get; set; }
- public int PublishDate { get; set; }
- }
-}