using System;
using System.Linq;
using EntityFrameworkCore.Projectables;
using Foo;

namespace EntityFrameworkCore.Projectables.Generated
#nullable disable
{
    public static class Foo_C_Foo1
    {
        public static System.Linq.Expressions.Expression<System.Func<int, int>> Expression => 
            (int i) => i;
    }
}