namespace EasyTemplate.Tool.Entity; public interface ISeedData where TEntity : class, new() { IEnumerable Generate(); }