add in import person and logic
This commit is contained in:
@@ -48,7 +48,7 @@ services.AddAuthentication(x =>
|
||||
});
|
||||
services.AddHttpContextAccessor();
|
||||
services.AddScoped<IJwtUtils, JwtUtils>();
|
||||
|
||||
services.AddScoped<ImportPersonRepository>();
|
||||
services.AddDbContext<FamilyTreeDBContext>(options =>
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user