Files
components/LiteCharms.Features.MidrandBooks/Payments/Entities/PaymentGateway.cs
T

5 lines
190 B
C#

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