From 650e73da0c5f4a1467ff5ebd7d3f82648243385b Mon Sep 17 00:00:00 2001 From: "Tizian.Breuch" Date: Tue, 29 Jul 2025 14:05:59 +0200 Subject: [PATCH] Identity --- Webshop.Infrastructure/Data/ApplicationDbContext.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Webshop.Infrastructure/Data/ApplicationDbContext.cs b/Webshop.Infrastructure/Data/ApplicationDbContext.cs index 0ebcc09..58245be 100644 --- a/Webshop.Infrastructure/Data/ApplicationDbContext.cs +++ b/Webshop.Infrastructure/Data/ApplicationDbContext.cs @@ -2,6 +2,7 @@ using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; using Webshop.Domain.Entities; +using Webshop.Domain.Identity; namespace Webshop.Infrastructure.Data {