StudentLoanManagement
RegistrationRecord.java
Go to the documentation of this file.
1package com.student_loan.dtos;
2
3public record RegistrationRecord(String name, String lastName, String email, String password, String telephoneNumber, String address, String degreeType, Integer degreeYear) {}
record RegistrationRecord(String name, String lastName, String email, String password, String telephoneNumber, String address, String degreeType, Integer degreeYear)