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