Create minimal app
This commit is contained in:
parent
6b87902ca7
commit
27aaee6293
17 changed files with 346 additions and 52 deletions
|
@ -10,4 +10,8 @@ public interface IUserService
|
|||
string email,
|
||||
string password
|
||||
);
|
||||
|
||||
record LoginResult(Domain.Entities.User? User, string? Error);
|
||||
|
||||
Task<LoginResult> Login(string username, string password);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue