Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReadMe for Data Extensions 'project' confusing #79

Open
CmdrBeavis opened this issue Jun 13, 2017 · 1 comment
Open

ReadMe for Data Extensions 'project' confusing #79

CmdrBeavis opened this issue Jun 13, 2017 · 1 comment

Comments

@CmdrBeavis
Copy link

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.

@jgauffin
Copy link
Owner

jgauffin commented Feb 4, 2020

Will fix it soon :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants