DbContextScope
DbContextScope copied to clipboard
Create overload without parameter to replace parameter with default null
The DbContextScopeFactory class has a constructor with an optional argument. Optional arguments are not well supported by IoC libraries. In particular, SimpleInjector does not support them at all.
This commit refactors that constructor by splitting it into overloads with and without arguments.
Resolves #37
Is this project still being maintained?