Package org.cswteams.ms3.dto.systemactor
Class UserSystemActorDTO
java.lang.Object
org.cswteams.ms3.dto.systemactor.UserSystemActorDTO
-
Constructor Summary
ConstructorsConstructorDescriptionUserSystemActorDTO(Long userID, String systemActor) This DTO brings the information to the backend needed to delete the specialization of a doctor -
Method Summary
-
Constructor Details
-
UserSystemActorDTO
This DTO brings the information to the backend needed to delete the specialization of a doctor- Parameters:
userID- The ID with which the doctor is identified in the DBsystemActor- The string representing the role of the user in the MS3 system
-