Files
components/LiteCharms.Features.MidrandBooks/Payments/Entities/PaymentGateway.cs
T
Khwezi Mngoma cf439c5006
continuous-integration/drone/pr Build is passing
Ensure uninherited types are sealed
Resolved mediator source geenrator conflict with tests
2026-06-15 10:27:44 +02:00

5 lines
197 B
C#

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