Beispiel #1
0
        public bool Update()
        {
            JPersonelContractTable AT = new JPersonelContractTable();

            AT.SetValueProperty(this);
            return(AT.Update());
        }
Beispiel #2
0
        public int Insert()
        {
            JPersonelContractTable AT = new JPersonelContractTable();

            AT.SetValueProperty(this);
            Code = AT.Insert();
            return(Code);
        }