using view imports

This commit is contained in:
Paul Schneider 2017-02-03 15:07:11 +01:00
commit 3950af5c97
66 changed files with 74 additions and 71 deletions

View file

@ -1,4 +1,4 @@
@model IEnumerable<Yavsc.Models.Blog>
@model IEnumerable<Blog>
@{
ViewData["Title"] = "User posts";
}