Griffin.Framework icon indicating copy to clipboard operation
Griffin.Framework copied to clipboard

ReadMe for Data Extensions 'project' confusing

Open CmdrBeavis opened this issue 7 years ago • 1 comments

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.

CmdrBeavis avatar Jun 13 '17 14:06 CmdrBeavis

Will fix it soon :)

jgauffin avatar Feb 04 '20 21:02 jgauffin