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