Esempio n. 1
0
        public bool Update(HRPaidTimeOffDataContext db, int eNTAuditObjectPropertyId, int eNTAuditObjectId, string propertyName, int updateENTUserAccountId, Binary version)
        {
            int rowsAffected = db.ENTAuditObjectPropertyUpdate(eNTAuditObjectPropertyId, eNTAuditObjectId, propertyName, updateENTUserAccountId, version);

            return(rowsAffected == 1);
        }