Leaf Input Details

This commit is contained in:
2016-12-16 09:17:42 -05:00
parent 0d9bd7260c
commit 8dc1e0422c
33 changed files with 488 additions and 40 deletions
+5
View File
@@ -12,5 +12,10 @@ namespace LeafWeb.Core.Entities
public string Name { get; set; }
public int SortOrder { get; set; }
public override string ToString()
{
return Name;
}
}
}