รวม code แก้ OP รอบใหม่
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user