Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

ReadMe for Data Extensions 'project' confusing #79

Description

@CmdrBeavis

Near the bottom of the ReadMe, you have;

"To make it work you need to configure the UnitOfWorkFactory:

public static void Main(string[] argv)
{
    UnitOfWorkFactory.SetFactoryMethod(CreateUow);
}

"

The confusing part is that I can't see the "CreateUow" method anywhere else in that readme, so I'm not 100% sure what that's supposed to look like. Clarification appreciated. :)

If it's...

public IUnitOfWork Create()
{ ... }

...I believe it would be helpful to rename public IUnitOfWork Create() to public IUnitOfWork CreateUow() so as to make it REALLY obvious. I hope I'm not being to pedantic here, but I hate to assume with this kind of information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions