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