plaid
plaid copied to clipboard
Paging Library Ui Model Mapping
Currently we are mapping entities to ui model in use case classes, but what if we use paging library where can we map entity classes to ui model classes? Is it not better to do mapping in repository and use repository in paging data source?