Leaf Input Details
This commit is contained in:
@@ -12,5 +12,10 @@ namespace LeafWeb.Core.Entities
|
||||
public string Name { get; set; }
|
||||
|
||||
public int SortOrder { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return Name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user