Class SingleDoctorSpecializationDTO

java.lang.Object
org.cswteams.ms3.dto.specialization.SingleDoctorSpecializationDTO

public class SingleDoctorSpecializationDTO extends Object
  • Constructor Details

    • SingleDoctorSpecializationDTO

      public SingleDoctorSpecializationDTO(Long doctorID, String specialization)
      This DTO brings the information to the backend needed to delete the specialization of a doctor
      Parameters:
      doctorID - The ID with which the doctor is identified in the DB
      specialization - The string representing the specialization