redo
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using back.DataModels;
|
||||
using DependencyInjector.Abstractions.Lifetimes;
|
||||
using MCVIngenieros.Transactional.Abstractions.Interfaces;
|
||||
|
||||
namespace back.persistance.data.repositories.Abstracts;
|
||||
|
||||
public interface IPermissionRepository : IRepository<Permission>, IScoped
|
||||
{
|
||||
Task SeedDefaultPermissions();
|
||||
}
|
Reference in New Issue
Block a user