You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GetAllPagingAsync method to IRepository and Repository
Updated the `IRepository<TEntity, TKey>` interface to include a new method `GetAllPagingAsync` for asynchronous retrieval of paginated results with optional filtering, ordering, and related entity inclusion.
Implemented the `GetAllPagingAsync` method in the `Repository<TEntity, TKey>` class, allowing for flexible querying and pagination. Added XML documentation comments for clarity on method functionality and parameters.
0 commit comments