namespace AI.Platform.Core.Entity; public interface ISeedData where TEntity : class, new() { IEnumerable Generate(); }