Пример #1
0
 public Notification(INotificationDevice greenLedDevice, INotificationDevice redLedDevice, INotificationDevice vibratorDevice)
 {
     _greenLedDevice = greenLedDevice;
     _redLedDevice = redLedDevice;
     _vibratorDevice = vibratorDevice;
 }
Пример #2
0
 public Notification(INotificationDevice greenLedDevice, INotificationDevice redLedDevice, INotificationDevice vibratorDevice)
 {
     _greenLedDevice = greenLedDevice;
     _redLedDevice   = redLedDevice;
     _vibratorDevice = vibratorDevice;
 }