cambios para tener composite

This commit is contained in:
2025-03-05 19:12:02 -03:00
parent 21724a372f
commit dda1032685
4 changed files with 69 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
namespace Entidades;
public interface IComponenteSeguridad {
public void ObtenerPermisos(HashSet<Permiso> permisos, HashSet<int> visitados);
}