示例#1
0
 public List <string> LoadShoeSize(string customerCode)
 {
     return(ShoeDataProvider.LoadShoeSize(customerCode));
 }