Skip to content

Unit of Work #3

@om2804

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions