Add parsing for LeafInputData after retrieving CleanedInput files
This commit is contained in:
@@ -10,7 +10,7 @@ namespace LeafWeb.Core.Entities
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public virtual LeafInputData LeafInputInfo { get; set; }
|
||||
public virtual LeafInputData LeafInputData { get; set; }
|
||||
|
||||
public int ListOrder { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user