예제 #1
0
 public Controller(IReceiverInput inputInterface, IReceiverOutput outputInterface)
 {
     InputInterface  = inputInterface;
     OutputInterface = outputInterface;
 }
예제 #2
0
 public Controller(IReceiverInput InputInterface, IReceiverOutput OutputInterface)
 {
     this.InputInterface  = InputInterface;
     this.OutputInterface = OutputInterface;
 }