Exemple #1
0
 public void DeleteRegularPayment(DBModels.RegularPayment regularPayment)
 {
     base.Channel.DeleteRegularPayment(regularPayment);
 }
Exemple #2
0
 public System.Threading.Tasks.Task DeleteRegularPaymentAsync(DBModels.RegularPayment regularPayment)
 {
     return(base.Channel.DeleteRegularPaymentAsync(regularPayment));
 }
Exemple #3
0
 public void AddRegularPayment(DBModels.RegularPayment regularPayment)
 {
     base.Channel.AddRegularPayment(regularPayment);
 }