Exemplo n.º 1
0
 public void Seed(MoviesContext context)
 {
     SeedGenres(context);
 }
Exemplo n.º 2
0
 public static void Initialize(MoviesContext context)
 {
     new MoviesInitializer().Seed(context);
 }