Search for both LeafInput and LeafInputData
This commit is contained in:
@@ -5,14 +5,7 @@ namespace LeafWeb.WebCms.Models
|
||||
public class ChartViewModel
|
||||
{
|
||||
public int LeafInputId { get; set; }
|
||||
public string CurveId { get; set; }
|
||||
public IEnumerable<string> AvailableCurveId { get; set; }
|
||||
public string LeafInputIdentifier { get; set; }
|
||||
}
|
||||
|
||||
public class ChartQueryViewModel
|
||||
{
|
||||
public int LeafInputId { get; set; }
|
||||
public string CurveId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user