Exemplo n.º 1
0
 // 获取全部用户信息
 public List <T_UserInfo> GetAllUserInfo()
 {
     return(m_userInfoDAL.GetEntities(userInfo => true).ToList());
 }