Esempio n. 1
0
 public Manager(Logs logs)
 {
     this.commandVerifier = new CommandVerifier();
     this.logs            = logs;
 }