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,5 +1,5 @@
@model Yavsc.Models.Booking.Profiles.Instrumentation
@model Instrumentation
@{
ViewBag.SettingLabel = SR["Yavsc.Models.Booking.Profiles.Instrumentation"];

View file

@ -1,4 +1,4 @@
@model Yavsc.Models.Booking.Profiles.Instrumentation
@model Instrumentation
@{

View file

@ -1,4 +1,4 @@
@model Yavsc.Models.Booking.Profiles.Instrumentation
@model Instrumentation
@{

View file

@ -1,4 +1,4 @@
@model Yavsc.Models.Booking.Profiles.Instrumentation
@model Instrumentation
@{
ViewBag.SettingLabel = SR["Yavsc.Models.Booking.Profiles.Instrumentation"];

View file

@ -1,4 +1,4 @@
@model IEnumerable<Yavsc.Models.Booking.Profiles.Instrumentation>
@model IEnumerable<Instrumentation>
@{