refactor(core): Decouple RoleService from repositories (#14944)

This commit is contained in:
Iván Ovejero
2025-04-28 13:06:34 +02:00
committed by GitHub
parent a767ce3d8e
commit b7c5521942
27 changed files with 421 additions and 315 deletions

View File

@@ -35,6 +35,7 @@ describe('EnterpriseWorkflowService', () => {
mock(),
mock(),
mock(),
mock(),
);
});