示例#1
0
 public object GetAdminGroupList()
 {
     model.AdminGroupList = groupBLL.GetAll();
     return(new PageResult(null, model));
 }