示例#1
0
 public List <String> GetItemListID(string categoryname)
 {
     return(Business.GetitemIdbyCatname(categoryname));
 }