ทำหน้าจอพิเศษ นำเข้าข้อมูลเงินเดือนย้อนหลัง

This commit is contained in:
Nakorn Rientrakrunchai
2020-12-07 15:52:20 +07:00
parent 5ca2b0d53d
commit 8ac63e8ec6
44 changed files with 5165 additions and 42 deletions

View File

@@ -295,6 +295,10 @@ namespace Test01
services.AddScoped<Icore_permission_listService, core_permission_listService>();
services.AddScoped<Ieva_adjust_postponement_detail_migrationService, eva_adjust_postponement_detail_migrationService>();
services.AddScoped<Ieva_adjust_postponement_migrationService, eva_adjust_postponement_migrationService>();
#endregion
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
@@ -522,6 +526,14 @@ namespace Test01
cfg.CreateMap<eva_level_scoreEntity, core_permission_listViewModel>();
cfg.CreateMap<eva_level_scoreEntity, core_permission_listWithSelectionViewModel>();
cfg.CreateMap<eva_adjust_postponement_migrationInputModel, eva_adjust_postponementEntity>();
cfg.CreateMap<eva_adjust_postponementEntity, eva_adjust_postponement_migrationViewModel>();
cfg.CreateMap<eva_adjust_postponementEntity, eva_adjust_postponement_migrationWithSelectionViewModel>();
cfg.CreateMap<eva_adjust_postponement_detail_migrationInputModel, eva_adjust_postponement_detailEntity>();
cfg.CreateMap<eva_adjust_postponement_detailEntity, eva_adjust_postponement_detail_migrationViewModel>();
cfg.CreateMap<eva_adjust_postponement_detailEntity, eva_adjust_postponement_detail_migrationWithSelectionViewModel>();
});
#endregion