// <auto-generated/>
#nullable disable
using EntityFrameworkCore.Projectables;
using One.Two;

namespace EntityFrameworkCore.Projectables.Generated
{
    [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
    static class One_Two_Bar_Method
    {
        static global::System.Linq.Expressions.Expression<global::System.Func<global::One.Two.Bar, int>> Expression()
        {
            return (global::One.Two.Bar @this) => global::One.IntExtensions.AddOne(1);
        }
    }
}