using FJPSite.Data; using Microsoft.EntityFrameworkCore; namespace FJPSite.Interfaces; public interface IEntitySeederFactory { public void Seed(ApplicationDbContext context); }