Beispiel #1
0
 public void UpdateCustomPayer(CustomPayerDto customPayer)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public CustomPayersDto FindCustomPayers(CustomPayerDto customPayer, PayerSearchMode mode)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public CustomPayerDto CreatePayer(CustomPayerDto payer)
 {
     throw new NotImplementedException();
 }