Table of Contents

Namespace KadicAuth.Application.Permissions.Abstractions

Interfaces

IPermissionRepository

Permission repository interface. NOTE: This entity does not inherit from Entity<Guid> yet, so it cannot use the generic repository pattern. Consider refactoring Permission to inherit from Entity<Guid> to enable generic CRUD operations.

ISeedPermissionsRepository