Beispiel #1
0
 public List <string[]> CustomerList(int number)
 {
     return(customerController.CustomerList(number));
 }