Esempio n. 1
0
 public List <ENTNotificationENTUserAccount> SelectByENTUserAccountId(int entUserAccountId)
 {
     using (var db = new HRPaidTimeOffDataContext())
     {
         return(db.ENTNotificationENTUserAccountSelectByENTUserAccountId(entUserAccountId).ToList());
     }
 }