- Timestamp:
- 02/28/23 13:12:44 (21 months ago)
- Branches:
- master
- Children:
- f214198
- Parents:
- 11d7b36
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/model/Customer.java
r11d7b36 r1b0bd1e 27 27 public Customer(String password, String first_name, String last_name, String address, String contact_number, String username) { 28 28 super(password, first_name, last_name, address, contact_number, username); 29 points=0; 29 30 } 30 31
Note:
See TracChangeset
for help on using the changeset viewer.