เพิ่ม source code แสดงรายงาน กรอบวงเงิน
This commit is contained in:
@@ -321,6 +321,8 @@ namespace Test01
|
||||
services.AddScoped<IBaseRepository2<eva_limit_frame_planEntity, Guid>, BaseRepository2<eva_limit_frame_planEntity, Guid>>();
|
||||
services.AddScoped<Ieva_limit_frame_planService, eva_limit_frame_planService>();
|
||||
|
||||
services.AddScoped<Irep_eva_limit_frame_planService, rep_eva_limit_frame_planService>();
|
||||
|
||||
#endregion
|
||||
|
||||
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
|
||||
@@ -592,6 +594,10 @@ namespace Test01
|
||||
cfg.CreateMap<eva_limit_frame_planEntity, eva_limit_frame_planViewModel>();
|
||||
cfg.CreateMap<eva_limit_frame_planEntity, eva_limit_frame_planWithSelectionViewModel>();
|
||||
|
||||
cfg.CreateMap<rep_eva_limit_frame_planInputModel, eva_limit_frame_groupEntity>();
|
||||
cfg.CreateMap<eva_limit_frame_groupEntity, rep_eva_limit_frame_planViewModel>();
|
||||
cfg.CreateMap<eva_limit_frame_groupEntity, rep_eva_limit_frame_planWithSelectionViewModel>();
|
||||
|
||||
});
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user