Uses of Interface
io.github.xezzon.zeroweb.auth.repository.RoleUserRepository
Packages that use RoleUserRepository
-
Uses of RoleUserRepository in io.github.xezzon.zeroweb.auth.internal
Constructors in io.github.xezzon.zeroweb.auth.internal with parameters of type RoleUserRepositoryModifierConstructorDescriptionAuthzService(RoleUserRepository roleUserRepository, RolePermissionRepository rolePermissionRepository, IUserService4Auth userService, IRoleService4Auth roleService) 构造函数,注入授权服务所需的所有数据仓库和服务。