I'm trying to create a generic paging method, I tried to do as the code below, however when using Skip I need to have a orderby and I'm not sure how to do it.
public IQueryable<TEntity> GetPaginacao(int PageStart, int PageS...
asked by
14.01.2016 / 15:29