public DalTweets(ITextFIle textFile, ITweetProcess tweetProcess) { _textfile = textFile; _connectionstring = ConfigurationManager.AppSettings["TweetFile"]; _tweetProcess = tweetProcess; }
public DalUsers(ITextFIle textFile) { _textfile = textFile; _connectionstring = ConfigurationManager.AppSettings["UserFIle"]; }