Charts, login, manage queue, styling
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
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