แก้บัก
This commit is contained in:
@@ -275,8 +275,6 @@ namespace Test01
|
|||||||
|
|
||||||
services.AddScoped<Ieva_level_score_basicService, eva_level_score_basicService>();
|
services.AddScoped<Ieva_level_score_basicService, eva_level_score_basicService>();
|
||||||
|
|
||||||
services.AddScoped<Ieva_level_score_testService, eva_level_score_testService>();
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
|
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
|
||||||
@@ -480,9 +478,6 @@ namespace Test01
|
|||||||
cfg.CreateMap<eva_level_scoreEntity, eva_level_score_basicViewModel>();
|
cfg.CreateMap<eva_level_scoreEntity, eva_level_score_basicViewModel>();
|
||||||
cfg.CreateMap<eva_level_scoreEntity, eva_level_score_basicWithSelectionViewModel>();
|
cfg.CreateMap<eva_level_scoreEntity, eva_level_score_basicWithSelectionViewModel>();
|
||||||
|
|
||||||
cfg.CreateMap<eva_level_score_testInputModel, eva_level_scoreEntity>();
|
|
||||||
cfg.CreateMap<eva_level_scoreEntity, eva_level_score_testViewModel>();
|
|
||||||
cfg.CreateMap<eva_level_scoreEntity, eva_level_score_testWithSelectionViewModel>();
|
|
||||||
});
|
});
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user