ทำหน้าจอพิเศษ นำเข้าข้อมูลเงินเดือนย้อนหลัง
This commit is contained in:
12
Startup.cs
12
Startup.cs
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user