Exemplo n.º 1
0
        public void SaveTimeSlots(IEnumerable <PowerTimeSlot> timeSlotsToSave)
        {
            _timer.DisableTimer();

            _timeSlotStore.SaveTimeSlots(timeSlotsToSave);
            CheckTimeSlots();

            _timer.EnableTimer();
        }
Exemplo n.º 2
0
 public void SaveTimeSlots(IEnumerable <PowerTimeSlot> timeSlotsToSave)
 {
     _store.SaveTimeSlots(timeSlotsToSave);
 }