Esempio n. 1
0
        public int Insert(HRPaidTimeOffDataContext db, int eNTAuditObjectId, string propertyName, int insertENTUserAccountId)
        {
            Nullable <int> eNTAuditObjectPropertyId = 0;

            db.ENTAuditObjectPropertyInsert(ref eNTAuditObjectPropertyId, eNTAuditObjectId, propertyName, insertENTUserAccountId);

            return(Convert.ToInt32(eNTAuditObjectPropertyId));
        }