using System; using System.Collections.Generic; namespace BRServer.IDAL { public interface IAlarm { void insert(Model.Alarm alarm); //void updateSequence(String sequeceName); } }