Example #1
0
 public AlarmsController()
 {
     this.service = ServiceProxy.Create <IAlarmsService>(new Uri(Constants.ALARMS_SERVICE_URI));
 }
 public AlarmsController(IAlarmsService alarmsService)
 {
     _alarmsService = alarmsService;
 }