using EnVisage.MongoDbMigration.Data; namespace EnVisage.MongoDbMigration.DataAccess { public interface IMigrationsAccessor : IAccessorBase { } }