รวม code ส่งเข้า ZD
This commit is contained in:
17
Startup.cs
17
Startup.cs
@@ -268,6 +268,12 @@ namespace Test01
|
||||
|
||||
services.AddScoped<Ieva_adjust_postponement_detail_quota_02Service, eva_adjust_postponement_detail_quota_02Service>();
|
||||
|
||||
services.AddScoped<Ieva_create_evaluation_detail_review03Service, eva_create_evaluation_detail_review03Service>();
|
||||
|
||||
services.AddScoped<Ieva_create_evaluation_detail_review04Service, eva_create_evaluation_detail_review04Service>();
|
||||
|
||||
services.AddScoped<Ieva_level_score_basicService, eva_level_score_basicService>();
|
||||
|
||||
#endregion
|
||||
|
||||
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
|
||||
@@ -459,6 +465,17 @@ namespace Test01
|
||||
cfg.CreateMap<eva_adjust_postponement_detailEntity, eva_adjust_postponement_detail_quota_02ViewModel>();
|
||||
cfg.CreateMap<eva_adjust_postponement_detailEntity, eva_adjust_postponement_detail_quota_02WithSelectionViewModel>();
|
||||
|
||||
cfg.CreateMap<eva_create_evaluation_detail_review03InputModel, eva_create_evaluation_detailEntity>();
|
||||
cfg.CreateMap<eva_create_evaluation_detailEntity, eva_create_evaluation_detail_review03ViewModel>();
|
||||
cfg.CreateMap<eva_create_evaluation_detailEntity, eva_create_evaluation_detail_review03WithSelectionViewModel>();
|
||||
|
||||
cfg.CreateMap<eva_create_evaluation_detail_review04InputModel, eva_create_evaluation_detailEntity>();
|
||||
cfg.CreateMap<eva_create_evaluation_detailEntity, eva_create_evaluation_detail_review04ViewModel>();
|
||||
cfg.CreateMap<eva_create_evaluation_detailEntity, eva_create_evaluation_detail_review04WithSelectionViewModel>();
|
||||
|
||||
cfg.CreateMap<eva_level_score_basicInputModel, eva_level_scoreEntity>();
|
||||
cfg.CreateMap<eva_level_scoreEntity, eva_level_score_basicViewModel>();
|
||||
cfg.CreateMap<eva_level_scoreEntity, eva_level_score_basicWithSelectionViewModel>();
|
||||
});
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user