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

            db.ENTNotificationENTUserAccountInsert(ref eNTNotificationENTUserAccountId, eNTNotificationId, eNTUserAccountId, insertENTUserAccountId);

            return(Convert.ToInt32(eNTNotificationENTUserAccountId));
        }