Beispiel #1
0
 //User Group
 public List <UserGroupDTO> LoadSecurityOfScreenForUserGroupLevel(int iScreenID)
 {
     return(SecurityDAO.LoadSecurityOfScreenForUserGroupLevel(m_db, iScreenID));
 }