Feature request: a data layer supporting uow and repositories
eser opened this issue · 0 comments
eser commented
Is your feature request related to a problem? Please describe.
A data layer needs to be developed that supports the Unit of Work (UoW) and Repository patterns. This will allow for better abstraction of database operations, making the codebase more maintainable and testable.