รวมหน้าจอ วงเงินที่ใช้ในการเลื่อนเงินเดือน
This commit is contained in:
@@ -323,6 +323,8 @@ namespace Test01
|
||||
|
||||
services.AddScoped<Irep_eva_limit_frame_planService, rep_eva_limit_frame_planService>();
|
||||
|
||||
services.AddScoped<Ivw_limit_frame_planService, vw_limit_frame_planService>();
|
||||
|
||||
#endregion
|
||||
|
||||
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
|
||||
@@ -598,6 +600,10 @@ namespace Test01
|
||||
cfg.CreateMap<eva_limit_frame_groupEntity, rep_eva_limit_frame_planViewModel>();
|
||||
cfg.CreateMap<eva_limit_frame_groupEntity, rep_eva_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