Esempio n. 1
0
 //User
 public List <UserDTO> LoadSecurityOfScreenForUserLevel(int iScreenID)
 {
     return(SecurityDAO.LoadSecurityOfScreenForUserLevel(m_db, iScreenID));
 }