using System;
using EntityFrameworkCore.Projectables;
using Foo;

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