สร้างรายงานใหม่
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user