score:1

context.companies
             .include("companyhours")
             .where(e => e.company.id == company.id) ;

Related Query

More Query from same tag