using view imports

This commit is contained in:
2017-02-03 15:07:11 +01:00
parent c3537ebdb0
commit 7b2ca4c39b
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"] = "Index";