Esempio n. 1
0
        public int Insert(HRPaidTimeOffDataContext db, int eNTNotificationENTUserAccountId, int eNTWFStateId, int insertENTUserAccountId)
        {
            int?eNTNotificationENTWFStateId = 0;

            db.ENTNotificationENTWFStateInsert(ref eNTNotificationENTWFStateId, eNTNotificationENTUserAccountId, eNTWFStateId, insertENTUserAccountId);

            return(Convert.ToInt32(eNTNotificationENTWFStateId));
        }