using Microsoft.EntityFrameworkCore; namespace Hncore.Infrastructure.EF { public interface IQueryDbContext { DbContext DbContext { get; } } }