Ejemplo n.º 1
0
        private static void SeedDb(PollSystemDbCotnext dbContext)
        {
            dbContext.Add(CreateWhatsYourFavoriteProgrammingLanguage());
            dbContext.Add(CreateWhatsYourHomeTown());
            dbContext.Add(CreateWhatsYourFavoriteBeer());
            dbContext.Add(CreateWhatsYourFavoriteColor());

            dbContext.SaveChanges();
        }