using System.Collections.Generic; using System.Linq; using LeafWeb.Core.Entities; namespace LeafWeb.WebCms.Models { public class SearchLeafInputDataViewModel { public IQueryable Results { get; set; } public LeafDataQuery Q { get; set; } } }