Exemplo n.º 1
0
 public static void MigrateUpByStep(this DbContext dbContext)
 {
     dbContext.MigrateUpByStepAsync().Wait();
 }