Add employee by client part 2

This commit is contained in:
MahanCh
2025-03-09 21:52:06 +03:30
parent 89a01b5948
commit d7d938dfcc
94 changed files with 22779 additions and 2616 deletions

View File

@@ -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