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