}//end default constructor /// <summary> /// Full constructor /// </summary> /// <param name="pathSiteList">Path to the SiteList file</param> /// <param name="pathGuidCache">Path to the GuidCache file</param> public RssController(string pathSiteList, string pathGuidCache) { _fileController = new FileController(); _xmlController = new XmlController(); this.PathSiteList = pathSiteList; this.PathGuidCache = pathGuidCache; }
/// <summary> /// Full constructor /// </summary> /// <param name="pathSiteList">Path to the SiteList file</param> /// <param name="pathGuidCache">Path to the GuidCache file</param> public RssController(string pathSiteList, string pathGuidCache) { _fileController = new FileController(); _xmlController = new XmlController(); this.PathSiteList = pathSiteList; this.PathGuidCache = pathGuidCache; }