Exemple #1
0
 public DataTable GetProductInfo(string buyerorgid)
 {
     return(dao.GetProductInfo(buyerorgid));
 }