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