mirror of
https://github.com/fergalmoran/api.fergl.ie.git
synced 2025-12-26 03:10:10 +00:00
Change default namespace
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace api.fergl.ie.Data
|
||||
namespace Ferglie.Api.Data
|
||||
{
|
||||
public class ApplicationDbContext(DbContextOptions<ApplicationDbContext> options) : IdentityDbContext<ApplicationUser>(options)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user