Exemplo n.º 1
0
 /// <summary>
 ///角色 分页获取数据
 /// </summary>
 /// <returns></returns>
 public List <Role> GetListByPageToList(string strWhere, string orderby, int startIndex, int endIndex, bool isAll = false)
 {
     return(_iMembershipLogic.GetListByPageToList(strWhere, orderby, startIndex, endIndex, isAll));
 }