NCP-3
This commit is contained in:
@@ -13,7 +13,6 @@ import java.time.LocalDate;
|
||||
|
||||
public record RegisterRequest(
|
||||
@NotBlank(message = "error.name.length")
|
||||
@Size(min = 2)
|
||||
String fullName,
|
||||
|
||||
String companyName,
|
||||
|
||||
Reference in New Issue
Block a user