public Controller(IReceiverInput inputInterface, IReceiverOutput outputInterface) { InputInterface = inputInterface; OutputInterface = outputInterface; }
public Controller(IReceiverInput InputInterface, IReceiverOutput OutputInterface) { this.InputInterface = InputInterface; this.OutputInterface = OutputInterface; }