Example #1
0
 public PhoneAlarmService(ISchedulerActionService schedulerActionService)
 {
     if (schedulerActionService == null)
     {
         throw new ArgumentNullException("schedulerActionService");
     }
     _schedulerActionService = schedulerActionService;
 }
Example #2
0
		public PhoneAlarmService(ISchedulerActionService schedulerActionService)
		{
			if (schedulerActionService == null) throw new ArgumentNullException("schedulerActionService");
			_schedulerActionService = schedulerActionService;
		}