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