bub fix 🥺
created authorization service interface
This commit is contained in:
parent
41ff1555f8
commit
7bff14a66e
3 changed files with 11 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue