Ejemplo n.º 1
0
 public List <UserGroupDTO> SearchData(string strGroupName, string strDescription, string strMember)
 {
     return(m_daoUserGroup.Search(strGroupName, strDescription, strMember));
 }