예제 #1
0
파일: Manager.cs 프로젝트: sopel30/tsst
 public Manager(Logs logs)
 {
     this.commandVerifier = new CommandVerifier();
     this.logs = logs;
 }
예제 #2
0
 public Manager(Logs logs)
 {
     this.commandVerifier = new CommandVerifier();
     this.logs            = logs;
 }