assertSame($factory->createUserAccountService(), $factory->createUserAccountService()); $this->assertSame($factory->createUserAssignmentService(), $factory->createUserAssignmentService()); $this->assertSame($factory->createUserTenantContextService(), $factory->createUserTenantContextService()); $this->assertSame($factory->createUserPasswordService(), $factory->createUserPasswordService()); $this->assertSame($factory->createUserReadRepository(), $factory->createUserReadRepository()); $this->assertSame($factory->createUserWriteRepository(), $factory->createUserWriteRepository()); $this->assertSame($factory->createUserListQueryRepository(), $factory->createUserListQueryRepository()); $this->assertSame($factory->createUserSavedFilterRepository(), $factory->createUserSavedFilterRepository()); $this->assertSame($factory->createUserTenantRepository(), $factory->createUserTenantRepository()); $this->assertSame($factory->createUserRoleRepository(), $factory->createUserRoleRepository()); $this->assertSame($factory->createUserDepartmentRepository(), $factory->createUserDepartmentRepository()); $this->assertSame($factory->createUserPasswordPolicyService(), $factory->createUserPasswordPolicyService()); $this->assertSame($factory->createUserAvatarService(), $factory->createUserAvatarService()); $this->assertSame($factory->createUserSavedFilterService(), $factory->createUserSavedFilterService()); } }