public List <ENTNotificationENTWFState> SelectByENTNotificationENTUserAccountId(int entNotificationENTUserAccountId) { using (var db = new HRPaidTimeOffDataContext()) { return(db.ENTNotificationENTWFStateSelectByENTNotificationENTUserAccountId(entNotificationENTUserAccountId).ToList()); } }