Add employee by client part 2
This commit is contained in:
@@ -197,6 +197,10 @@ using Company.Domain.EmployeeDocumentsAgg;
|
||||
using CompanyManagement.Infrastructure.Excel.SalaryAid;
|
||||
using CompanyManagment.App.Contracts.EmployeeDocuments;
|
||||
using CompanyManagment.App.Contracts.EmployeeDocumentsAdminSelection;
|
||||
using Company.Domain.EmployeeClientTempAgg;
|
||||
using Company.Domain.LeftWorkTempAgg;
|
||||
using CompanyManagment.App.Contracts.EmployeeClientTemp;
|
||||
using CompanyManagment.App.Contracts.LeftWorkTemp;
|
||||
|
||||
namespace PersonalContractingParty.Config;
|
||||
|
||||
@@ -409,6 +413,12 @@ public class PersonalBootstrapper
|
||||
services.AddTransient<IAndroidApkVersionApplication, AndroidApkVersionApplication>();
|
||||
|
||||
services.AddTransient<SalaryAidImportExcel>();
|
||||
|
||||
services.AddTransient<IEmployeeClientTempRepository, EmployeeClientTempRepository>();
|
||||
services.AddTransient<IEmployeeClientTempApplication, EmployeeClientTempApplication>();
|
||||
|
||||
services.AddTransient<ILeftWorkTempRepository, LeftWorkTempRepository>();
|
||||
services.AddTransient<ILeftWorkTempApplication, LeftWorkTempApplication>();
|
||||
#endregion
|
||||
#region Pooya
|
||||
|
||||
|
||||
Reference in New Issue
Block a user