Пример #1
0
 public ShowHub(ICueGroupHandler cuegroupHandler, ICueBookHandler cuebookHandler)
 {
     this.cuegroupHandler = cuegroupHandler;
     this.cuebookHandler  = cuebookHandler;
 }
Пример #2
0
 public CueBookController(ICueBookHandler cueBookHandler)
 {
     this.cueBookHandler = cueBookHandler;
 }