Exemplo n.º 1
0
        public int Insert()
        {
            JAreaTable at = new JAreaTable();

            at.SetValueProperty(this);
            return(at.Insert());
        }
Exemplo n.º 2
0
        public bool Delete()
        {
            JAreaTable at = new JAreaTable();

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