Ejemplo n.º 1
0
 static void Main(string[] args)
 {
     using (ApplicationDbContext context = new ApplicationDbContext())
     {
         MySeed.Seed(context);
     }
 }
Ejemplo n.º 2
0
        protected override void Seed(CrowdDj.DAL.ApplicationDbContext context)
        {
            MySeed.Seed(context);
            //  This method will be called after migrating to the latest version.

            //  You can use the DbSet<T>.AddOrUpdate() helper extension method
            //  to avoid creating duplicate seed data.
        }