refact
This commit is contained in:
@ -4,10 +4,10 @@ using System.Text;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using isn.Data;
|
||||
using isn.Data.ApiKeys;
|
||||
using isnd.Data;
|
||||
using isnd.Data.ApiKeys;
|
||||
|
||||
namespace isn.Data
|
||||
namespace isnd.Data
|
||||
{
|
||||
public class ApplicationDbContext : IdentityDbContext<ApplicationUser>
|
||||
{
|
||||
|
Reference in New Issue
Block a user