รวม code จากทุกคน ที่แก้ไข op ล่าสุด

This commit is contained in:
Nakorn Rientrakrunchai
2020-04-05 22:57:02 +07:00
parent 6135a2ec09
commit 9ffe9c30d3
46 changed files with 2636 additions and 529 deletions

View File

@@ -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