using Microsoft.EntityFrameworkCore; namespace SVSim.Database.Common; public interface IDataSeeder { void Seed(ModelBuilder builder); }