From 47e8e85487d02bd3ce85d016eb251df48436b159 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 4 Feb 2019 00:08:51 +0000 Subject: Added source property to config because configs will be program life time based objects and thus the main characteristic for Article information --- Aggregator/Classes/Config.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Aggregator/Classes') diff --git a/Aggregator/Classes/Config.cs b/Aggregator/Classes/Config.cs index 0641dbf..ca801e7 100644 --- a/Aggregator/Classes/Config.cs +++ b/Aggregator/Classes/Config.cs @@ -6,6 +6,7 @@ namespace Aggregator.Classes { /// To be used in conjunction with article for each source /// public class Config { + public string Source { get; set; } public int Title { get; set; } public int Description { get; set; } public int ImageLink { get; set; } -- cgit v1.2.3-13-gbd6f