示例#1
0
 public CustomerProvider.CustomerRecord[] GetCustomersByANI(string ani, int maxRecords)
 {
     return(_provider.GetCustomersByANI(ani, maxRecords));
 }