|
@@ -23,6 +23,9 @@ namespace Business.EntityFrameworkCore
|
|
|
if (args["DbContextConcreteType"] as Type == typeof(BusinessExtDbContext))
|
|
if (args["DbContextConcreteType"] as Type == typeof(BusinessExtDbContext))
|
|
|
{
|
|
{
|
|
|
return _appConfiguration.GetConnectionString("DOPExt");
|
|
return _appConfiguration.GetConnectionString("DOPExt");
|
|
|
|
|
+ }else if (args["DbContextConcreteType"] as Type == typeof(BusinessBangDbContext))
|
|
|
|
|
+ {
|
|
|
|
|
+ return _appConfiguration.GetConnectionString("DOPBang");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return base.GetNameOrConnectionString(args);
|
|
return base.GetNameOrConnectionString(args);
|