Skip to content

Commit

Permalink
feat: creating new method in permission repositry
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroVidalDev committed May 8, 2024
1 parent 40f2a67 commit df6a282
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ public interface PermissionRepository extends JpaRepository<Permission, Integer>
boolean existsByLevel(int level);

boolean existsByName(String name);

Permission getReferenceByLevel(int permission);
}

0 comments on commit df6a282

Please sign in to comment.