예제 #1
0
파일: JArea.cs 프로젝트: CoolWirya/BS
        public int Insert()
        {
            JAreaTable at = new JAreaTable();

            at.SetValueProperty(this);
            return(at.Insert());
        }
예제 #2
0
파일: JArea.cs 프로젝트: CoolWirya/BS
        public bool Delete()
        {
            JAreaTable at = new JAreaTable();

            at.SetValueProperty(this);
            return(at.Delete());
        }