Replace more Employee with Driver

This commit is contained in:
2013-02-11 14:45:06 -05:00
parent e6d911cb05
commit 36e277a442
8 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
{
<tr>
<td>
@Html.DisplayTextFor(i => item.EmployeeName)
@Html.DisplayTextFor(i => item.DriverName)
</td>
<td>
@Html.DisplayTextFor(i => item.TripCount)