รวม code แก้ OP รอบใหม่

This commit is contained in:
Nakorn Rientrakrunchai
2020-04-22 06:33:48 +07:00
parent 5aff3ddb9d
commit a2a54c459d
26 changed files with 914 additions and 92 deletions

View File

@@ -289,6 +289,9 @@ namespace Test01
services.AddScoped<IBaseRepository2<eva_idp_planEntity, int>, BaseRepository2<eva_idp_planEntity, int>>();
services.AddScoped<Ieva_idp_planService, eva_idp_planService>();
services.AddScoped<IBaseRepository2<eva_temp_fingerscanEntity, string>, BaseRepository2<eva_temp_fingerscanEntity, string>>();
services.AddScoped<Ieva_temp_fingerscanService, eva_temp_fingerscanService>();
#endregion
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();