LAND:
- fix program.cs startup - fix calcolo dim DB - fix IOB count
This commit is contained in:
@@ -20,10 +20,16 @@ namespace MP.Data.Repository.MpLand
|
||||
|
||||
#region Public Constructors
|
||||
|
||||
public MpLandRepository(IConfiguration configuration, IDbContextFactory<MoonProContext> ctxFactory)
|
||||
public MpLandRepository(
|
||||
IConfiguration configuration,
|
||||
IDbContextFactory<MoonProContext> ctxFactory,
|
||||
IDbContextFactory<MoonPro_FluxContext> ctxFactoryFL,
|
||||
IDbContextFactory<MoonPro_STATSContext> ctxFactorySta)
|
||||
{
|
||||
_configuration = configuration;
|
||||
_ctxFactory = ctxFactory;
|
||||
_ctxFactoryFluxLog = ctxFactoryFL;
|
||||
_ctxFactoryStats= ctxFactorySta;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user