示例#1
0
 public List <string[]> GoldAndSilverCustomers(int count)
 {
     return(customerController.GoldAndSilverCustomers(count));
 }