fix
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 25s
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 25s
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using System.Threading.Tasks;
|
||||
using Webshop.Application.DTOs.Shipping; // Für CartItemDto
|
||||
using Webshop.Application; // Für ServiceResult
|
||||
using System; // Für Guid
|
||||
using Webshop.Application.DTOs.Customers; // <--- WICHTIG für CartDto
|
||||
using Webshop.Application.DTOs.Shipping;
|
||||
using Webshop.Application;
|
||||
|
||||
namespace Webshop.Application.Services.Customers.Interfaces
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user