Removed all the unused directives in the Solution with the assistance of Resharper

This commit is contained in:
Hemant Kumar Dundigalla
2018-10-06 23:21:15 +01:00
parent 1b5b179c7f
commit 6299d5ccc7
36 changed files with 18 additions and 74 deletions
@@ -1,4 +1,3 @@
@using Microsoft.eShopWeb.Web.ViewModels.Account
@model LoginWith2faViewModel
@{
ViewData["Title"] = "Two-factor authentication";
-4
View File
@@ -1,7 +1,3 @@
@using System.Collections.Generic
@using Microsoft.AspNetCore.Http
@using Microsoft.AspNetCore.Http.Authentication
@using Microsoft.eShopWeb.Web.ViewModels.Account
@model RegisterViewModel
@{
ViewData["Title"] = "Register";
-1
View File
@@ -1,4 +1,3 @@
@using Microsoft.eShopWeb.Web.ViewModels.Account
@model LoginViewModel
@{
ViewData["Title"] = "Log in";