Example #1
0
 public PayUPlanIntervalRepository(IPayUContext context) : base(context)
 {
 }
Example #2
0
 public PayUSubscriptionRepository(IPayUContext context) : base(context)
 {
 }
Example #3
0
 public PayUCreditCardTokenRepository(IPayUContext context) : base(context)
 {
 }
Example #4
0
 public PayUCustomerRepository(IPayUContext context) : base(context)
 {
 }
Example #5
0
 public PayUCurrencyRepository(IPayUContext context) : base(context)
 {
 }
Example #6
0
 public PayUAdditionalValueRepository(IPayUContext context) : base(context)
 {
 }
Example #7
0
 public PayUCountryRepository(IPayUContext context) : base(context)
 {
 }