เพิ่มประวัติ การดำเนินกิจกรรมการประเมิน
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user