Beispiel #1
0
 public Device(CommunicationInterface communicationInterface, RequestInterface requestInterface)
 {
     CommunicationInterface = communicationInterface;
     RequestInterface       = requestInterface;
     EventManager           = new DeviceEventManager(this);
     RequestManager         = new DeviceRequestManager(this);
     ResponseManager        = new DeviceResponseManager(this);
 }
Beispiel #2
0
 public ViewUserRequestController(RequestInterface data)
 {
     this.data = data;
 }