Breaking changes from MVC
This commit is contained in:
parent
84259975ca
commit
a13dfc1eb5
|
|
@ -1,13 +1,12 @@
|
|||
using System.Linq;
|
||||
using System.Security.Claims;
|
||||
using System.Security.Principal;
|
||||
using System.Threading.Tasks;
|
||||
using IdentitySample.Models;
|
||||
using IdentitySamples;
|
||||
using Microsoft.AspNet.Authentication;
|
||||
using Microsoft.AspNet.Authorization;
|
||||
using Microsoft.AspNet.Identity;
|
||||
using Microsoft.AspNet.Mvc;
|
||||
using Microsoft.AspNet.Mvc.ActionResults;
|
||||
using Microsoft.AspNet.Mvc.Rendering;
|
||||
|
||||
namespace IdentitySample.Controllers
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ using IdentitySamples;
|
|||
using Microsoft.AspNet.Authorization;
|
||||
using Microsoft.AspNet.Identity;
|
||||
using Microsoft.AspNet.Mvc;
|
||||
using Microsoft.AspNet.Mvc.ActionResults;
|
||||
|
||||
namespace IdentitySample.Controllers
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue