Uses of Class
systems.dennis.auth.service.RoleToUserService
Packages that use RoleToUserService
-
Uses of RoleToUserService in systems.dennis.auth.service
Constructors in systems.dennis.auth.service with parameters of type RoleToUserServiceModifierConstructorDescriptionLoginPasswordService(systems.dennis.shared.config.WebContext context, LoginPasswordRepo repo, UserDataRepository userDataRepository, RoleServiceImpl roleService, PasswordService passwordService, RoleToUserService roleToUserService) RoleServiceImpl(systems.dennis.shared.config.WebContext context, RoleToUserService roleToUserService) -
Uses of RoleToUserService in systems.dennis.auth.util
Constructors in systems.dennis.auth.util with parameters of type RoleToUserServiceModifierConstructorDescriptionPasswordService(systems.dennis.shared.config.WebContext context, LoginPasswordRepo loginPasswordRepo, RoleToUserService roleToUserService, systems.dennis.shared.mail.EmailSender emailSender, TwillioClient twillioClient)