namespace NPin.Framework.SqlSugarCore.Abstractions; public interface ISugarDbContextProvider where TDbContext : ISqlSugarDbContext { Task GetDbContextAsync(); }