public int Insert() { JAreaTable at = new JAreaTable(); at.SetValueProperty(this); return(at.Insert()); }
public bool Delete() { JAreaTable at = new JAreaTable(); at.SetValueProperty(this); return(at.Delete()); }