docs: update dao

This commit is contained in:
Ilkka Seppälä
2024-05-25 10:06:04 +03:00
parent 6cbcf0fe4a
commit 4f6e14767d
2 changed files with 108 additions and 63 deletions
@@ -44,5 +44,4 @@ public class Customer {
private int id;
private String firstName;
private String lastName;
}