DataSeeder
摘要:首先是实现IDataSeedContributor接口,此类型会自动加到AbpDataOptions的Contributors的列表 public interface IDataSeedContributor { Task SeedAsync(DataSeedContext context); }
阅读全文
posted @ 2019-12-30 00:20
posted @ 2019-12-30 00:20
posted @ 2019-12-25 12:35
posted @ 2019-12-17 04:27
posted @ 2019-12-11 18:33