ส่ง code แก้ไข OP Change Request 18 ข้อ

This commit is contained in:
Nakorn Rientrakrunchai
2020-05-24 00:33:22 +07:00
parent 017a29c136
commit eea05beb69
81 changed files with 1047 additions and 312 deletions

View File

@@ -294,6 +294,8 @@ namespace Test01
services.AddScoped<Ieva_idp_plan_ownerService, eva_idp_plan_ownerService>();
services.AddScoped<Irep_leave_total_02Service, rep_leave_total_02Service>();
#endregion
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
@@ -505,6 +507,10 @@ namespace Test01
cfg.CreateMap<eva_idp_planEntity, eva_idp_plan_ownerViewModel>();
cfg.CreateMap<eva_idp_planEntity, eva_idp_plan_ownerWithSelectionViewModel>();
cfg.CreateMap<rep_leave_total_02InputModel, eva_level_scoreEntity>();
cfg.CreateMap<eva_level_scoreEntity, rep_leave_total_02ViewModel>();
cfg.CreateMap<eva_level_scoreEntity, rep_leave_total_02WithSelectionViewModel>();
});
#endregion