This commit is contained in:
Paul Schneider 2016-07-27 11:09:49 +02:00
commit 2d9851f642
11 changed files with 34 additions and 61 deletions

View file

@ -1,4 +1,4 @@
@model IEnumerable<Yavsc.Models.Estimate>
@model IEnumerable<Estimate>
@{
ViewData["Title"] = SR["My estimates"];