fix DatabaseService
This commit is contained in:
@@ -28,7 +28,7 @@ namespace EnvelopeGenerator.Web.Services
|
|||||||
}
|
}
|
||||||
public readonly ModelContainer? Models;
|
public readonly ModelContainer? Models;
|
||||||
|
|
||||||
public DatabaseService(IConfiguration Config, LoggingService Logging, DatabaseService database) : base(Config, Logging)
|
public DatabaseService(IConfiguration Config, LoggingService Logging) : base(Config, Logging)
|
||||||
{
|
{
|
||||||
logger = Logging.LogConfig.GetLogger();
|
logger = Logging.LogConfig.GetLogger();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user