fix DatabaseService
This commit is contained in:
parent
a1bec774cd
commit
9245448d1c
@ -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();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user