This commit is contained in:
Tizian.Breuch
2025-07-29 14:05:59 +02:00
parent c1ee56c81c
commit 650e73da0c

View File

@@ -2,6 +2,7 @@
using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
using Webshop.Domain.Entities; using Webshop.Domain.Entities;
using Webshop.Domain.Identity;
namespace Webshop.Infrastructure.Data namespace Webshop.Infrastructure.Data
{ {