コード例 #1
0
 public CustomPayersDto FindCustomPayers(CustomPayerDto customPayer, PayerSearchMode mode)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public CustomPayersDto GetPayerSuggestionList(string searchString, string payerState, PayerSearchMode mode)
 {
     throw new NotImplementedException();
 }