เพิ่มหน้าจอบันทึกผลการตรวจข้อตกลงการประเมิน

This commit is contained in:
Nakorn Rientrakrunchai
2021-02-12 12:23:41 +07:00
parent cb3a43e624
commit 7b525b9784
21 changed files with 2109 additions and 1 deletions

View File

@@ -310,6 +310,8 @@ namespace Test01
services.AddScoped<Ieva_create_evaluation_detail_firstdocService, eva_create_evaluation_detail_firstdocService>();
services.AddScoped<Ieva_create_evaluation_detail_review0AService, eva_create_evaluation_detail_review0AService>();
#endregion
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
@@ -565,6 +567,10 @@ namespace Test01
cfg.CreateMap<eva_create_evaluation_detailEntity, eva_create_evaluation_detail_firstdocViewModel>();
cfg.CreateMap<eva_create_evaluation_detailEntity, eva_create_evaluation_detail_firstdocWithSelectionViewModel>();
cfg.CreateMap<eva_create_evaluation_detail_review0AInputModel, eva_create_evaluation_detailEntity>();
cfg.CreateMap<eva_create_evaluation_detailEntity, eva_create_evaluation_detail_review0AViewModel>();
cfg.CreateMap<eva_create_evaluation_detailEntity, eva_create_evaluation_detail_review0AWithSelectionViewModel>();
});
#endregion