chore: removed everything related to instructions
This commit is contained in:
@@ -8,12 +8,10 @@ using GamificationService.Logs;
|
||||
using GamificationService.Mapper;
|
||||
using GamificationService.Services.Cookies;
|
||||
using GamificationService.Services.CurrentUsers;
|
||||
using GamificationService.Services.InstructionTests;
|
||||
using GamificationService.Services.JWT;
|
||||
using GamificationService.Services.NotificationService;
|
||||
using GamificationService.Services.Rights;
|
||||
using GamificationService.Services.Roles;
|
||||
using GamificationService.Services.UsersProfile;
|
||||
using GamificationService.Utils;
|
||||
using GamificationService.Utils.Factory;
|
||||
using Microsoft.AspNetCore.Authentication.JwtBearer;
|
||||
@@ -129,8 +127,6 @@ public static class BackendServicesExtensions
|
||||
{
|
||||
public static IServiceCollection AddBackendServices(this IServiceCollection services)
|
||||
{
|
||||
services.AddScoped<IUserProfileService, UserProfileService>();
|
||||
services.AddScoped<IInstructionTestsService, InstructionTestsService>();
|
||||
return services;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user