We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ea3f9 commit afa1361Copy full SHA for afa1361
1 file changed
src/main/java/dto/Client.java
@@ -1,6 +1,6 @@
1
package dto;
2
3
-public final class Client {
+public final class Client { //DTO
4
private final String name;
5
private final String phoneNumber;
6
private final int idNumber;
0 commit comments