Package org.cswteams.ms3.dto.systemactor
Class UserSystemActorsDTO
java.lang.Object
org.cswteams.ms3.dto.systemactor.UserSystemActorsDTO
-
Constructor Summary
ConstructorsConstructorDescriptionUserSystemActorsDTO(Long userID, Set<String> systemActors) This DTO brings the information to the backend needed to delete the specialization of a doctor -
Method Summary
-
Constructor Details
-
UserSystemActorsDTO
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 DBsystemActors- The list of strings representing the role of the user in the MS3 system
-