Exemplo n.º 1
0
 public CustomPayersDto FindCustomPayers(CustomPayerDto customPayer, PayerSearchMode mode)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public CustomPayersDto GetPayerSuggestionList(string searchString, string payerState, PayerSearchMode mode)
 {
     throw new NotImplementedException();
 }