Esempio n. 1
0
 public List <CDMAS> ShowOrderInfoByCID(int cID)
 {
     return(orderinfobll.ShowOrderInfoByCID(cID));
 }