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

namespace EntityFrameworkCore.Projectables.Generated
#nullable disable
{
    public static class Foo_C_NextFoo
    {
        public static System.Linq.Expressions.Expression<System.Func<object? ,int?, object>> Expression => 
            (object? unusedArgument,int? nullablePrimitiveArgument) => null;
    }
}