AtOnlinePaging constructor

AtOnlinePaging(
  1. int count,
  2. int pageMax,
  3. int pageNumber,
  4. int resultPerPage,
)

Implementation

AtOnlinePaging(this.count, this.pageMax, this.pageNumber, this.resultPerPage);