Ejemplo n.º 1
0
        public static DataTable GetAllUserState()
        {
            #region 获取所有用户状态
            return(UserStatesServer.GetAllUserState());

            #endregion
        }
Ejemplo n.º 2
0
        public static UserStates GetUserStatesById(int Id)
        {
            #region 通过用户状态Id返回用户的状态信息

            return(UserStatesServer.GetUserStatesById(Id));

            #endregion
        }