alirezanet/Gridify

Creating an Abstractions Layer for Gridify

mo3in opened this issue · 0 comments

Details

When we have a shared library, such as http-client, with shared DTOs that have filters, we need access to some interface/class from the Gridify library. These include:

  • GridifyQuery
  • Paging
  • IGridifyQuery
  • IGridifyPagination
  • IGridifyFiltering
  • IGridifyOrdering

However, there is no need for builders, predicate, and other things. Creating an abstractions layer for Gridify may solve this problem.