Files
ShopSolution-backend/Webshop.Application/DTOs/Payments/IPaymentMethodConfiguration.cs
Tizian.Breuch 9eef4df3d0 payment methods
2025-07-31 14:01:39 +02:00

6 lines
238 B
C#

// src/Webshop.Application/DTOs/Payments/IPaymentMethodConfiguration.cs
namespace Webshop.Application.DTOs.Payments;
// Leeres Marker-Interface für polymorphe Deserialisierung
public interface IPaymentMethodConfiguration { }