using System.Linq.Expressions; namespace Luticate2.Auth.Dbo.Pagination { public class LuFilterDbo { public Expression Expression { get; set; } } }