Implements both IPaging
and System.Collections.Generic.IEnumerable
interfaces. It's used to return paged list of objects.
public interface Korzh.EasyQuery.Services.IPagedList<T>
: IEnumerable<T>, IEnumerable, IPaging
Implements both IPaging
and System.Collections.Generic.IEnumerable
interfaces. It's used to return paged list of objects.
public interface Korzh.EasyQuery.Services.IPagedList<T>
: IEnumerable<T>, IEnumerable, IPaging