เพิ่มหน้าจอรายงาน แบบเตือนการเลื่อนเงินเดือน

This commit is contained in:
Nakorn Rientrakrunchai
2020-12-11 21:38:21 +07:00
parent f891f9dda2
commit dcd730b511
15 changed files with 1176 additions and 0 deletions

View File

@@ -299,6 +299,8 @@ namespace Test01
services.AddScoped<Ieva_adjust_postponement_migrationService, eva_adjust_postponement_migrationService>();
services.AddScoped<Ieva_self_reviewService, eva_self_reviewService>();
#endregion
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
@@ -534,6 +536,10 @@ namespace Test01
cfg.CreateMap<eva_adjust_postponement_detailEntity, eva_adjust_postponement_detail_migrationViewModel>();
cfg.CreateMap<eva_adjust_postponement_detailEntity, eva_adjust_postponement_detail_migrationWithSelectionViewModel>();
cfg.CreateMap<eva_self_reviewInputModel, eva_adjust_postponement_detailEntity>();
cfg.CreateMap<eva_adjust_postponement_detailEntity, eva_self_reviewViewModel>();
cfg.CreateMap<eva_adjust_postponement_detailEntity, eva_self_reviewWithSelectionViewModel>();
});
#endregion