Exemple #1
0
 public TopicMet(FileMaster fileMaster, IUserInteractor userInteractor)
 {
     this.fileMaster     = fileMaster;
     this.userInteractor = userInteractor;
 }
Exemple #2
0
 public Input(FileMaster fileMaster, IUserInteractor userInteractor, TopicMet topicMet)
 {
     this.fileMaster     = fileMaster;
     this.userInteractor = userInteractor;
     this.topicMet       = topicMet;
 }