Esempio n. 1
0
 public static DataSet GetListUnitName(int ProdID)
 {
     return(ProductInfoDBHelper.GetListUnitName(ProdID));
 }