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,7 +1,7 @@
@using Microsoft.AspNet.Http.Authentication
@using Microsoft.AspNet.WebUtilities
@using System.Security.Claims
@model Yavsc.Models.Auth.AuthorisationView
@model AuthorisationView
@{
ViewBag.Title = @SR["Authorize"];
}