แก้ไขหน้า ปรับเลื่อนเงินเดือน และปรับโควต้า

This commit is contained in:
Nakorn Rientrakrunchai
2020-02-28 13:09:50 +07:00
parent d9ca4b0aed
commit 1ca6d4955d
43 changed files with 2854 additions and 372 deletions

View File

@@ -264,6 +264,10 @@ namespace Test01
services.AddScoped<Iexternal_competencyService, external_competencyService>();
services.AddScoped<Ieva_adjust_postponement_detail_normal_02Service, eva_adjust_postponement_detail_normal_02Service>();
services.AddScoped<Ieva_adjust_postponement_detail_quota_02Service, eva_adjust_postponement_detail_quota_02Service>();
#endregion
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
@@ -447,7 +451,13 @@ namespace Test01
cfg.CreateMap<eva_adjust_postponement_detailEntity, eva_adjust_postponement_detail_quotaViewModel>();
cfg.CreateMap<eva_adjust_postponement_detailEntity, eva_adjust_postponement_detail_quotaWithSelectionViewModel>();
cfg.CreateMap<eva_adjust_postponement_detail_normal_02InputModel, eva_adjust_postponement_detailEntity>();
cfg.CreateMap<eva_adjust_postponement_detailEntity, eva_adjust_postponement_detail_normal_02ViewModel>();
cfg.CreateMap<eva_adjust_postponement_detailEntity, eva_adjust_postponement_detail_normal_02WithSelectionViewModel>();
cfg.CreateMap<eva_adjust_postponement_detail_quota_02InputModel, eva_adjust_postponement_detailEntity>();
cfg.CreateMap<eva_adjust_postponement_detailEntity, eva_adjust_postponement_detail_quota_02ViewModel>();
cfg.CreateMap<eva_adjust_postponement_detailEntity, eva_adjust_postponement_detail_quota_02WithSelectionViewModel>();
});
#endregion