เพิ่มประวัติ การดำเนินกิจกรรมการประเมิน

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-04-13 15:14:51 +07:00
parent 9feecad1cb
commit ddb4232254
29 changed files with 2626 additions and 47 deletions

View File

@@ -332,6 +332,9 @@ namespace Test01
services.AddScoped<Ieva_idp_plan_reviewerService, eva_idp_plan_reviewerService>();
services.AddScoped<IBaseRepository2<eva_create_evaluation_detail_historyEntity, int>, BaseRepository2<eva_create_evaluation_detail_historyEntity, int>>();
services.AddScoped<Ieva_create_evaluation_detail_historyService, eva_create_evaluation_detail_historyService>();
#endregion
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
@@ -623,6 +626,10 @@ namespace Test01
cfg.CreateMap<eva_idp_planEntity, eva_idp_plan_reviewerViewModel>();
cfg.CreateMap<eva_idp_planEntity, eva_idp_plan_reviewerWithSelectionViewModel>();
cfg.CreateMap<rep_study_historyInputModel, eva_level_scoreEntity>();
cfg.CreateMap<eva_level_scoreEntity, rep_study_historyViewModel>();
cfg.CreateMap<eva_level_scoreEntity, rep_study_historyWithSelectionViewModel>();
});
#endregion