Open farlee2121 opened 6 years ago
public class CreateWithSeedIfNotExists : CreateDatabaseIfNotExists<ApplicationDbContext> { protected override void Seed(ApplicationDbContext context) { } }