Ejemplo n.º 1
0
        public void AddAlarm()
        {
            REPOSITORY.Add(ALARM);

            Assert.IsNotNull(REPOSITORY.Get(ALARM.Id));
        }