public static RssParserService GetInstance() { if (_instance == null) { _instance = new RssParserService(); } return(_instance); }
private FeedManager() { _subscribedFeeds = new Dictionary <Guid, Feed>(); _rssService = new RssParserService(); _dbContext = new PersistentManager(); }