Changeset d157fcd
- Timestamp:
- 01/22/25 03:01:54 (3 months ago)
- Branches:
- master
- Children:
- 590f667, cf09deb
- Parents:
- 91b9ed0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ReserveNGo-backend/src/main/java/mk/ukim/finki/it/reservengo/model/Contact.java
r91b9ed0 rd157fcd 12 12 13 13 @Data 14 @AllArgsConstructor 14 15 @NoArgsConstructor 15 16 @Embeddable 16 17 public class Contact { 17 public Contact(String phone, String email, Map<String, String> socialLinks) {18 this.phone = phone;19 this.email = email;20 this.socialLinks = socialLinks;21 }22 18 23 19 private String phone;
Note:
See TracChangeset
for help on using the changeset viewer.