Exemple #1
0
        public int Insert()
        {
            JAreaTable at = new JAreaTable();

            at.SetValueProperty(this);
            return(at.Insert());
        }
Exemple #2
0
        public bool Delete()
        {
            JAreaTable at = new JAreaTable();

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