bub fix 🥺

created authorization service interface
This commit is contained in:
Вячеслав 2025-04-18 14:15:52 +05:00
parent 41ff1555f8
commit 7bff14a66e
3 changed files with 11 additions and 2 deletions

View file

@ -4,7 +4,7 @@ using SurveyBackend.Services.Helpers;
namespace SurveyBackend.Services.Services;
public class AuthorizationService
public class AuthorizationService : IAuthorizationService
{
private readonly IUserService _userService;
private readonly IPasswordHasher _passwordHasher;