Add initial implementation of API, database, and user management components.
This commit is contained in:
6
MikrocopApi/Dtos/ValidatePasswordResponseDto.cs
Normal file
6
MikrocopApi/Dtos/ValidatePasswordResponseDto.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace MikrocopApi.Dtos;
|
||||
|
||||
public sealed class ValidatePasswordResponseDto
|
||||
{
|
||||
public bool IsValid { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user