using System;
using EntityFrameworkCore.Projectables;
using Foo;

namespace EntityFrameworkCore.Projectables.Generated
#nullable disable
{
    public static class Foo_C_D_Foo
    {
        public static System.Linq.Expressions.Expression<System.Func<global::Foo.C.D, int>> Expression => 
            (global::Foo.C.D @this) => @this.Bar + 1;
    }
}