09-01-2024
This commit is contained in:
@@ -12,10 +12,12 @@ namespace EnvelopeGenerator.Web.Services
|
||||
public class ServiceContainer
|
||||
{
|
||||
public ActionService actionService;
|
||||
public EmailService emailService;
|
||||
|
||||
public ServiceContainer(State state)
|
||||
{
|
||||
actionService = new(state);
|
||||
emailService = new(state);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user