complete user list

This commit is contained in:
yubaolee
2017-08-31 19:54:12 +08:00
parent d88668def1
commit 2f2aedc432
13 changed files with 53 additions and 405 deletions

View File

@@ -44,8 +44,8 @@ namespace OpenAuth.App
return new GridData
{
page = 1,
rows = query.ToList(),
records = query.Count(),
data = query.ToList(),
count = query.Count(),
total = 1
};
}