File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
EntityFramework.Reverse.POCO.Generator Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ if(Settings.ElementsToGenerate.HasFlag(Elements.Context) && !Settings.GenerateSe
493493 #region Database context factory
494494
495495<# } #>
496- <# if(Settings.MakeClassesInternal) { #>internal<# } else { #>public<# } #> class <#= Settings.DbContextName + "Factory" #> : System.Data.Entity.Infrastructure.IDbContextFactory<<#= Settings.DbContextName #>>
496+ <# if(Settings.MakeClassesInternal) { #>internal<# } else { #>public<# } #> <# if(Settings.MakeClassesPartial) { #>partial <# } #> class <#= Settings.DbContextName + "Factory" #> : System.Data.Entity.Infrastructure.IDbContextFactory<<#= Settings.DbContextName #>>
497497 {
498498 public <#= Settings.DbContextName #> Create()
499499 {
You can’t perform that action at this time.
0 commit comments