Ejemplo n.º 1
0
        public DocumentVersion GetCollectionVersion(Type type)
        {
            var version = GetCurrentOrLatestMigrationVersion(type);

            return(_startUpVersionLocator.GetLocateOrNull(type) ?? version);
        }