コード例 #1
0
 public void UpdateRecurringPayment(RecurringPayment recurringPayment)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void InsertRecurringPayment(RecurringPayment recurringPayment)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public bool CanCancelRecurringPayment(Member memberToValidate, RecurringPayment recurringPayment)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public bool CanCancelRecurringPayment(Member memberToValidate, RecurringPayment recurringPayment)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public void UpdateRecurringPayment(RecurringPayment recurringPayment)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public void InsertRecurringPayment(RecurringPayment recurringPayment)
 {
     throw new NotImplementedException();
 }