Files
components/LiteCharms.Features.MidrandBooks/Payments/Entities/PaymentGateway.cs
T
2026-05-31 12:05:59 +02:00

5 lines
190 B
C#

namespace LiteCharms.Features.MidrandBooks.Payments.Entities;
[EntityTypeConfiguration<PaymentGatewayConfiguration, PaymentGateway>]
public class PaymentGateway : Models.PaymentGateway;