Add search query
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using LeafWeb.Core.Entities;
|
||||
|
||||
namespace LeafWeb.WebCms.Models
|
||||
{
|
||||
public class SearchViewModel
|
||||
{
|
||||
public IEnumerable<LeafInput> Items { get; set; }
|
||||
public LeafDataQuery Q { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user