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

namespace EntityFrameworkCore.Projectables.Generated
#nullable disable
{
    public static class Foo_EntityExtensions_GetFirstRelatedIgnoreNulls
    {
        public static System.Linq.Expressions.Expression<System.Func<global::Foo.EntityExtensions.Entity, global::Foo.EntityExtensions.Entity>> Expression => 
            (global::Foo.EntityExtensions.Entity entity) => entity.RelatedEntities[0];
    }
}