using System.Threading.Tasks; namespace JiShe.CollectBus.Data; public interface ICollectBusDbSchemaMigrator { Task MigrateAsync(); }