BExIS.Ext.Model.DB.DefaultMigrationRunner.extractMigrations C# (CSharp) Method

extractMigrations() private method

private extractMigrations ( List migrationContainers ) : List
migrationContainers List
return List
        private List<Migration> extractMigrations(List<System.Reflection.Assembly> migrationContainers)
        {
            throw new NotImplementedException();
        }