เตรียม UI รายงานแบบประเมิน
This commit is contained in:
@@ -289,6 +289,8 @@ namespace Test01
|
||||
|
||||
services.AddScoped<Irpt_payroll_summaryService, rpt_payroll_summaryService>();
|
||||
|
||||
services.AddScoped<Irep_eva_xService, rep_eva_xService>();
|
||||
|
||||
#endregion
|
||||
|
||||
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
|
||||
@@ -508,6 +510,9 @@ namespace Test01
|
||||
cfg.CreateMap<eva_level_scoreEntity, rpt_payroll_summaryViewModel>();
|
||||
cfg.CreateMap<eva_level_scoreEntity, rpt_payroll_summaryWithSelectionViewModel>();
|
||||
|
||||
cfg.CreateMap<rep_eva_xInputModel, eva_level_scoreEntity>();
|
||||
cfg.CreateMap<eva_level_scoreEntity, rep_eva_xViewModel>();
|
||||
cfg.CreateMap<eva_level_scoreEntity, rep_eva_xWithSelectionViewModel>();
|
||||
});
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user