mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
refactor: ai+人工重构优化 framework
This commit is contained in:
@@ -6,12 +6,17 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Yi.Framework.SqlSugarCore.Abstractions
|
||||
{
|
||||
/// <summary>
|
||||
/// SqlSugar数据库上下文提供者接口
|
||||
/// </summary>
|
||||
/// <typeparam name="TDbContext">数据库上下文类型</typeparam>
|
||||
public interface ISugarDbContextProvider<TDbContext>
|
||||
where TDbContext : ISqlSugarDbContext
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// 异步获取数据库上下文实例
|
||||
/// </summary>
|
||||
/// <returns>数据库上下文实例</returns>
|
||||
Task<TDbContext> GetDbContextAsync();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user