Пример #1
0
 public DataTable Get_ProductInfo(string cName)
 {
     return(db.Get_ProductInfo(cName));
 }