using System;
using System.Collections.Generic;
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<List<object> ,List<int?>, List<object>>> Expression => 
            (List<object> input,List<int?> nullablePrimitiveArgument) => input;
    }
}