Add new report

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-09-23 16:49:08 +07:00
parent dacfe151cf
commit 14c7df9d17
20 changed files with 1042 additions and 3 deletions

View File

@@ -335,6 +335,8 @@ namespace Test01
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>();
services.AddScoped<Irep_summary_a01Service, rep_summary_a01Service>();
#endregion
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
@@ -630,6 +632,10 @@ namespace Test01
cfg.CreateMap<eva_level_scoreEntity, rep_study_historyViewModel>();
cfg.CreateMap<eva_level_scoreEntity, rep_study_historyWithSelectionViewModel>();
cfg.CreateMap<rep_summary_a01InputModel, eva_level_scoreEntity>();
cfg.CreateMap<eva_level_scoreEntity, rep_summary_a01ViewModel>();
cfg.CreateMap<eva_level_scoreEntity, rep_summary_a01WithSelectionViewModel>();
});
#endregion