コード例 #1
0
 /// <summary>
 /// Prevents a default instance of the <see cref="PayUSubscription"/> class from being created.
 /// </summary>
 private PayUSubscription()
 {
     recurringPaymentService = new RecurringPaymentService();
 }
コード例 #2
0
 /// <summary>
 /// Prevents a default instance of the <see cref="PayUCreditCard"/> class from being created.
 /// </summary>
 private PayUCreditCard()
 {
     recurringPaymentService = new RecurringPaymentService();
 }
コード例 #3
0
 /// <summary>
 /// Prevents a default instance of the <see cref="PayURecurringBillItem"/> class from being created.
 /// </summary>
 private PayURecurringBillItem()
 {
     recurringPaymentService = new RecurringPaymentService();
 }
コード例 #4
0
 /// <summary>
 /// Prevents a default instance of the <see cref="PayUCustomers"/> class from being created.
 /// </summary>
 private PayUCustomers()
 {
     recurringPaymentService = new RecurringPaymentService();
 }
コード例 #5
0
 /// <summary>
 /// Prevents a default instance of the <see cref="PayUPlans"/> class from being created.
 /// </summary>
 private PayUPlans()
 {
     recurringPaymentService = new RecurringPaymentService();
 }