Add LeafOutputViewModel and test

This commit is contained in:
2016-03-02 13:02:27 -05:00
parent 659d9b811e
commit c80d048c39
5 changed files with 106 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
@model LeafWeb.Web.ViewModels.LeafOutput.LeafOutputViewModel
@{
ViewBag.Title = "Users";
var grid = new WebGrid(Model, rowsPerPage: 45);
}
<h1>EDO Results</h1>
<div class="row">
</div>