5 lines
190 B
C#
5 lines
190 B
C#
namespace LiteCharms.Features.MidrandBooks.Payments.Entities;
|
|
|
|
[EntityTypeConfiguration<PaymentGatewayConfiguration, PaymentGateway>]
|
|
public class PaymentGateway : Models.PaymentGateway;
|