Esempio n. 1
0
        public bool Update(HRPaidTimeOffDataContext db, int eNTNotificationENTWFStateId, int eNTNotificationENTUserAccountId, int eNTWFStateId, int updateENTUserAccountId, Binary version)
        {
            int rowsAffected = db.ENTNotificationENTWFStateUpdate(eNTNotificationENTWFStateId, eNTNotificationENTUserAccountId, eNTWFStateId, updateENTUserAccountId, version);

            return(rowsAffected == 1);
        }