Add employee by client part 2
This commit is contained in:
@@ -7,8 +7,10 @@ using WorkFlow.Domain.RollCallConfirmedAbsenceAgg;
|
||||
using WorkFlow.Domain.RollCallConfirmedWithoutLunchBreakAgg;
|
||||
using WorkFlow.Infrastructure.ACL.Checkout;
|
||||
using WorkFlow.Infrastructure.ACL.CustomizedWorkshopSettings;
|
||||
using WorkFlow.Infrastructure.ACL.Employee;
|
||||
using WorkFlow.Infrastructure.ACL.EmployeeDocuments;
|
||||
using WorkFlow.Infrastructure.ACL.RollCall;
|
||||
using WorkFlow.Infrastructure.ACL.Workshop;
|
||||
using WorkFlow.Infrastructure.EfCore;
|
||||
using WorkFlow.Infrastructure.EfCore.Repository;
|
||||
|
||||
@@ -27,9 +29,13 @@ namespace WorkFlow.Infrastructure.Config
|
||||
|
||||
|
||||
services.AddTransient<IWorkFlowCheckoutACL, WorkFlowCheckoutACL>();
|
||||
services.AddTransient<IWorkFlowEmployeeDocumentsACL, WorkFlowEmployeeDocumentsACL>();
|
||||
services.AddTransient<IWorkFlowRollCallACL, WorkFlowRollCallACL>();
|
||||
services.AddTransient<IWorkFlowCustomizedWorkshopSettingsACL, WorkFlowCustomizedWorkshopSettingsACL>();
|
||||
services.AddTransient<IWorkFlowEmployeeDocumentsACL, WorkFlowEmployeeDocumentsACL>();
|
||||
services.AddTransient<IWorkFlowEmployeeACL, WorkFlowEmployeeACL>();
|
||||
|
||||
|
||||
services.AddTransient<IWorkFlowWorkshopACL, WorkFlowWorkshopACL>();
|
||||
|
||||
|
||||
services.AddDbContext<WorkFlowContext>(x =>
|
||||
|
||||
Reference in New Issue
Block a user