namespace Bit.Infrastructure.EntityFramework.Repositories.Queries { public interface IQuery { IQueryable Run(DatabaseContext dbContext); } }