Files
ShopSolution-backend/Webshop.Application/Services/Customer/ICheckoutService.cs
Tizian.Breuch ce69373adb try
2025-07-23 21:08:30 +02:00

17 lines
378 B
C#

// Auto-generiert von CreateWebshopFiles.ps1
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Webshop.Application.DTOs;
using Webshop.Application.DTOs.Auth;
using Webshop.Application.DTOs.Users;
namespace Webshop.Application.Services.Customer
{
public interface ICheckoutService
{
// Fügen Sie hier Methodensignaturen hinzu
}
}