feat(API.Models): DTO erstellt, um sich sowohl über id-password als auch über username password anzumelden
This commit is contained in:
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);
|
||||
}
|
||||
Reference in New Issue
Block a user