Add priority

This commit is contained in:
2017-02-01 09:41:08 -05:00
parent 0711ae0ac8
commit e3779a323c
19 changed files with 365 additions and 83 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
@model IOrderedQueryable<LeafWeb.Core.Entities.LeafInput>
@model IQueryable<LeafWeb.Core.Entities.LeafInput>
@{
var grid = new WebGrid(Model, rowsPerPage: 45);