コード例 #1
0
 public PageCollection <AccountModel> Page(AccountPageQueryParas paras)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public PageCollection <AccountModel> AccountPage(AccountPageQueryParas paras)
 {
     return(_accountQueryService.Page(paras));
 }