This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed
Antiforgery.MvcWithAuthAndAjax Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) .NET Foundation. All rights reserved.
22// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33
4- using Microsoft . AspNetCore . Identity . EntityFrameworkCore ;
4+ using Microsoft . AspNetCore . Identity ;
55
66namespace Antiforgery . MvcWithAuthAndAjax . Models
77{
Original file line number Diff line number Diff line change 44using System . IO ;
55using Microsoft . AspNetCore . Builder ;
66using Microsoft . AspNetCore . Hosting ;
7+ using Microsoft . AspNetCore . Identity ;
78using Microsoft . AspNetCore . Identity . EntityFrameworkCore ;
89using Microsoft . EntityFrameworkCore ;
910using Microsoft . Extensions . DependencyInjection ;
Original file line number Diff line number Diff line change 1+ using Microsoft . AspNetCore . Identity ;
12using Microsoft . AspNetCore . Identity . EntityFrameworkCore ;
23using Microsoft . EntityFrameworkCore ;
34
Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using System . Linq ;
44using System . Threading . Tasks ;
5- using Microsoft . AspNetCore . Identity . EntityFrameworkCore ;
5+ using Microsoft . AspNetCore . Identity ;
66
77namespace Localization . StarterWeb . Models
88{
Original file line number Diff line number Diff line change 44using Localization . StarterWeb . Services ;
55using Microsoft . AspNetCore . Builder ;
66using Microsoft . AspNetCore . Hosting ;
7+ using Microsoft . AspNetCore . Identity ;
78using Microsoft . AspNetCore . Identity . EntityFrameworkCore ;
89using Microsoft . AspNetCore . Localization ;
910using Microsoft . AspNetCore . Mvc . Razor ;
You can’t perform that action at this time.
0 commit comments