feat(API.Models): DTO erstellt, um sich sowohl über id-password als auch über username password anzumelden
This commit is contained in:
parent
65ad9e6da0
commit
9c41e7bb18
4
WorkFlow.API/Models/LoginDto.cs
Normal file
4
WorkFlow.API/Models/LoginDto.cs
Normal file
@ -0,0 +1,4 @@
|
||||
namespace WorkFlow.API.Models
|
||||
{
|
||||
public record LogInDto(int? UserId, string? Username, string Password);
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user