Initial commit
This commit is contained in:
@@ -9,7 +9,7 @@ namespace EnvelopeGenerator.Web.Controllers
|
||||
private readonly EnvelopeService envelopeService;
|
||||
private readonly ActionService actionService;
|
||||
|
||||
public EnvelopeController(DatabaseService database, LoggingService logging, EnvelopeService envelope) : base(database, logging)
|
||||
public EnvelopeController(DatabaseService database, LoggingService logging, EnvelopeService envelope, IConfiguration configuration) : base(database, logging, configuration)
|
||||
{
|
||||
envelopeService = envelope;
|
||||
actionService = database.Services?.actionService;
|
||||
|
||||
Reference in New Issue
Block a user