Exemplo n.º 1
0
 private void LoadDeployedMigrations()
 {
     _deployedMigrations = _deployedMigrations ?? _journal.GetDeployedMigrations();
 }