ส่ง code แก้ไข OP Change Request 18 ข้อ
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user