Beispiel #1
0
 public FollowCommand(ITwitterUserFeedService twitterUserFeedService, IParseCommand parseCommand)
 {
     _twitterUserFeedService = twitterUserFeedService;
     _parseCommand           = parseCommand;
 }
Beispiel #2
0
 public CalculateEmission(IParseCommand parseCommand)
 {
     _parseCommand = parseCommand;
 }
Beispiel #3
0
 public void Setup()
 {
     _parseCommand = new ParseCommand();
 }
Beispiel #4
0
 public Engine(IParseCommand comand)
 {
     this.commandParser = comand;
 }