Exemplo n.º 1
0
        }  /// <summary>

        /// 分页获取数据
        /// </summary>
        /// <param name="strWhere"></param>
        /// <param name="orderby"></param>
        /// <param name="startIndex"></param>
        /// <param name="endIndex"></param>
        /// <returns></returns>
        public List <User> GetListuser(string strWhere, string orderby, int startIndex, int endIndex, bool isAll = true)
        {
            return(_iMembershipLogic.GetListuser(strWhere, orderby, startIndex, endIndex, isAll));
        }