// <auto-generated/>
#nullable disable
using System;
using System.Linq;
using System.Collections.Generic;
using EntityFrameworkCore.Projectables;
using Foos;

namespace EntityFrameworkCore.Projectables.Generated
{
    [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
    static class Foos_Bar_FooId
    {
        static global::System.Linq.Expressions.Expression<global::System.Func<global::Foos.Bar, int>> Expression()
        {
            return (global::Foos.Bar @this) => @this.Foo.Id;
        }
    }
}