Exemplo n.º 1
0
 public PageCollection <AccountModel> Page(AccountPageQueryParas paras)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public PageCollection <AccountModel> AccountPage(AccountPageQueryParas paras)
 {
     return(_accountQueryService.Page(paras));
 }