Granular permission back end done
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using FJPSite.Data;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace FJPSite.Interfaces;
|
||||
|
||||
public interface IEntitySeederFactory
|
||||
{
|
||||
public void Seed(ApplicationDbContext context);
|
||||
}
|
||||
Reference in New Issue
Block a user