รวม code จากทุกคน ที่แก้ไข op ล่าสุด
This commit is contained in:
@@ -286,6 +286,9 @@ namespace Test01
|
||||
|
||||
services.AddScoped<Isearch_employee_for_groupService, search_employee_for_groupService>();
|
||||
|
||||
services.AddScoped<IBaseRepository2<eva_idp_planEntity, int>, BaseRepository2<eva_idp_planEntity, int>>();
|
||||
services.AddScoped<Ieva_idp_planService, eva_idp_planService>();
|
||||
|
||||
#endregion
|
||||
|
||||
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
|
||||
@@ -489,6 +492,10 @@ namespace Test01
|
||||
cfg.CreateMap<eva_level_scoreEntity, eva_level_score_basicViewModel>();
|
||||
cfg.CreateMap<eva_level_scoreEntity, eva_level_score_basicWithSelectionViewModel>();
|
||||
|
||||
cfg.CreateMap<eva_idp_planInputModel, eva_idp_planEntity>();
|
||||
cfg.CreateMap<eva_idp_planEntity, eva_idp_planViewModel>();
|
||||
cfg.CreateMap<eva_idp_planEntity, eva_idp_planWithSelectionViewModel>();
|
||||
|
||||
});
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user