7 lines
120 B
C#
7 lines
120 B
C#
namespace MikrocopApi.Dtos;
|
|
|
|
public sealed class ValidatePasswordResponseDto
|
|
{
|
|
public bool IsValid { get; init; }
|
|
}
|