import Excel SalaryAid
This commit is contained in:
@@ -194,6 +194,7 @@ using CompanyManagment.App.Contracts.EmployeeBankInformation;
|
||||
using Company.Domain.EmployeeDocumentItemAgg;
|
||||
using Company.Domain.EmployeeDocumentsAdminSelectionAgg;
|
||||
using Company.Domain.EmployeeDocumentsAgg;
|
||||
using CompanyManagement.Infrastructure.Excel.SalaryAid;
|
||||
using CompanyManagment.App.Contracts.EmployeeDocuments;
|
||||
using CompanyManagment.App.Contracts.EmployeeDocumentsAdminSelection;
|
||||
|
||||
@@ -406,6 +407,8 @@ public class PersonalBootstrapper
|
||||
|
||||
services.AddTransient<IAndroidApkVersionRepository, AndroidApkVersionRepository>();
|
||||
services.AddTransient<IAndroidApkVersionApplication, AndroidApkVersionApplication>();
|
||||
|
||||
services.AddTransient<SalaryAidImportExcel>();
|
||||
#endregion
|
||||
#region Pooya
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\CompanyManagement.Infrastructure.Excel\CompanyManagement.Infrastructure.Excel.csproj" />
|
||||
<ProjectReference Include="..\CompanyManagment.App.Contracts\CompanyManagment.App.Contracts.csproj" />
|
||||
<ProjectReference Include="..\CompanyManagment.Application\CompanyManagment.Application.csproj" />
|
||||
<ProjectReference Include="..\CompanyManagment.EFCore\CompanyManagment.EFCore.csproj" />
|
||||
|
||||
Reference in New Issue
Block a user