コード例 #1
0
ファイル: AlarmRuleCatalog.cs プロジェクト: KevinKao809/CDS10
        public void deleteAlarmRuleCatalog(int id)
        {
            DBHelper._AlarmRuleCatalog dbhelp = new DBHelper._AlarmRuleCatalog();
            AlarmRuleCatalog           existingAlarmRuleCatalog = dbhelp.GetByid(id);

            dbhelp.Delete(existingAlarmRuleCatalog);
        }