สร้างรายงานใหม่

This commit is contained in:
Nakorn Rientrakrunchai
2020-11-17 09:13:43 +07:00
parent 5c15f225aa
commit 01bebe4549
15 changed files with 538 additions and 4 deletions

View File

@@ -293,6 +293,8 @@ namespace Test01
services.AddScoped<Irep_kp7Service, rep_kp7Service>();
services.AddScoped<Icore_permission_listService, core_permission_listService>();
#endregion
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
@@ -515,6 +517,11 @@ namespace Test01
cfg.CreateMap<rep_eva_xInputModel, eva_level_scoreEntity>();
cfg.CreateMap<eva_level_scoreEntity, rep_eva_xViewModel>();
cfg.CreateMap<eva_level_scoreEntity, rep_eva_xWithSelectionViewModel>();
cfg.CreateMap<core_permission_listInputModel, eva_level_scoreEntity>();
cfg.CreateMap<eva_level_scoreEntity, core_permission_listViewModel>();
cfg.CreateMap<eva_level_scoreEntity, core_permission_listWithSelectionViewModel>();
});
#endregion