6 lines
238 B
C#
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 { }
|