Example #1
0
 public Manager(Logs logs)
 {
     this.commandVerifier = new CommandVerifier();
     this.logs = logs;
 }
Example #2
0
 public Manager(Logs logs)
 {
     this.commandVerifier = new CommandVerifier();
     this.logs            = logs;
 }