Skip to content

Unit of Work #3

Description

@om2804

A Unit of Work keeps track of everything you do during a business transaction that can affect the database. When you're done, it figures out everything that needs to be done to alter the database as a result of your work.
https://martinfowler.com/eaaCatalog/unitOfWork.html

Can the method "Find" affect the database? I think no. Current IUnitOfWork violates SRP (SOLID). Do you agree?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions