Skip to content

feat: implement repository pattern with interfaces#11

Open
makampos wants to merge 1 commit into
mainfrom
refact/matheus/implement-repository-pattern
Open

feat: implement repository pattern with interfaces#11
makampos wants to merge 1 commit into
mainfrom
refact/matheus/implement-repository-pattern

Conversation

@makampos

Copy link
Copy Markdown
Owner
  • Added IUnitOfWork for common SaveChangesAsync
  • Added IRepository for common methods: 'AddAsync', 'UpdateAsync', 'DeleteAsync'
  • Added IReadOnlyRepository to separate write and query operations

- Added IUnitOfWork for common SaveChangesAsync
- Added IRepository for common methods: 'AddAsync', 'UpdateAsync', 'DeleteAsync'
- Added IReadOnlyRepository to separate write and query operations
@makampos makampos self-assigned this Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant