using System.Threading.Tasks;
namespace Erp.Platform.Data;
public interface IPlatformDbSchemaMigrator
{
Task MigrateAsync();
}