接口文件
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace Hncore.Infrastructure.EF
|
||||
{
|
||||
public interface IQueryDbContext
|
||||
{
|
||||
DbContext DbContext { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user