refact
This commit is contained in:
parent
7da74b0dfb
commit
504f431937
67 changed files with 239 additions and 96 deletions
|
|
@ -7,14 +7,14 @@ using Microsoft.AspNetCore.Http;
|
|||
using Microsoft.AspNetCore.Identity;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.Extensions.Options;
|
||||
using isn.Data;
|
||||
using isn.Data.Roles;
|
||||
using isnd.Data;
|
||||
using isnd.Data.Roles;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Security.Claims;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace isn.Controllers
|
||||
namespace isnd.Controllers
|
||||
{
|
||||
[AllowAnonymous]
|
||||
public class AccountController : Controller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue