Feat: Reforma de unificación de bases de datos.
This commit is contained in:
@@ -20,7 +20,7 @@ public class LegacyPaymentService : ILegacyPaymentService
|
||||
|
||||
public LegacyPaymentService(IConfiguration config, MotoresV2DbContext v2Context, ILogger<LegacyPaymentService> logger)
|
||||
{
|
||||
_internetConn = config.GetConnectionString("Internet") ?? "";
|
||||
_internetConn = config.GetConnectionString("eldia") ?? "";
|
||||
_v2Context = v2Context;
|
||||
_config = config;
|
||||
_logger = logger;
|
||||
|
||||
Reference in New Issue
Block a user