ปรับปรุง รายงานประวัติการเลื่อนเงินเดือนรายบุคคล #1
This commit is contained in:
@@ -325,6 +325,8 @@ namespace Test01
|
||||
|
||||
services.AddScoped<Ivw_limit_frame_planService, vw_limit_frame_planService>();
|
||||
|
||||
services.AddScoped<Ivw_eva_performance_planService, vw_eva_performance_planService>();
|
||||
|
||||
#endregion
|
||||
|
||||
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
|
||||
@@ -604,6 +606,10 @@ namespace Test01
|
||||
cfg.CreateMap<eva_limit_frame_planEntity, vw_limit_frame_planViewModel>();
|
||||
cfg.CreateMap<eva_limit_frame_planEntity, vw_limit_frame_planWithSelectionViewModel>();
|
||||
|
||||
cfg.CreateMap<vw_limit_frame_planInputModel, eva_limit_frame_planEntity>();
|
||||
cfg.CreateMap<eva_limit_frame_planEntity, vw_limit_frame_planViewModel>();
|
||||
cfg.CreateMap<eva_limit_frame_planEntity, vw_limit_frame_planWithSelectionViewModel>();
|
||||
|
||||
});
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user