Add new report
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user