コード例 #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());
        }