เพิ่ม source code แสดงรายงาน กรอบวงเงิน

This commit is contained in:
Nakorn Rientrakrunchai
2021-03-04 16:53:12 +07:00
parent 23e68366bb
commit 309d1a5e16
18 changed files with 765 additions and 41 deletions

View File

@@ -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