เพิ่มหน้าจอรายงาน แบบเตือนการเลื่อนเงินเดือน
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user