mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
Cleanup domain directory
This commit is contained in:
@@ -13,6 +13,8 @@ public interface IConfirmationService
|
||||
public class ConfirmationService(IAuthRepository authRepository)
|
||||
: IConfirmationService
|
||||
{
|
||||
private readonly IAuthRepository _authRepository = authRepository;
|
||||
|
||||
public async Task<ConfirmationServiceReturn> ConfirmUserAsync(
|
||||
string confirmationToken
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user