นำเข้าหน้าจอ เพิ่ม แก้ไข ลบ แบบข้อตกลง
This commit is contained in:
@@ -305,6 +305,9 @@ namespace Test01
|
||||
|
||||
services.AddScoped<Irep_eva_self_review_allService, rep_eva_self_review_allService>();
|
||||
|
||||
services.AddScoped<IBaseRepository2<eva_evaluation_operating_agreementEntity, int>, BaseRepository2<eva_evaluation_operating_agreementEntity, int>>();
|
||||
services.AddScoped<Ieva_evaluation_operating_agreementService, eva_evaluation_operating_agreementService>();
|
||||
|
||||
#endregion
|
||||
|
||||
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
|
||||
@@ -551,6 +554,11 @@ namespace Test01
|
||||
cfg.CreateMap<rep_eva_self_review_allInputModel, eva_level_scoreEntity>();
|
||||
cfg.CreateMap<eva_level_scoreEntity, rep_eva_self_review_allViewModel>();
|
||||
cfg.CreateMap<eva_level_scoreEntity, rep_eva_self_review_allWithSelectionViewModel>();
|
||||
|
||||
cfg.CreateMap<eva_evaluation_operating_agreementInputModel, eva_evaluation_operating_agreementEntity>();
|
||||
cfg.CreateMap<eva_evaluation_operating_agreementEntity, eva_evaluation_operating_agreementViewModel>();
|
||||
cfg.CreateMap<eva_evaluation_operating_agreementEntity, eva_evaluation_operating_agreementWithSelectionViewModel>();
|
||||
|
||||
});
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user