Search for both LeafInput and LeafInputData
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using LeafWeb.Core.Entities;
|
||||
|
||||
namespace LeafWeb.WebCms.Models
|
||||
{
|
||||
public class SearchLeafInputDataViewModel
|
||||
{
|
||||
public IQueryable<LeafInputData> Results { get; set; }
|
||||
public LeafDataQuery Q { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user