示例#1
0
 public Task <Results <Setting> > FindAllAsync(IPrincipal user, int pageIndex, int pageSize, string sortBy)
 {
     return(_store.FindAllAsync(pageIndex, pageSize, sortBy));
 }