Esempio n. 1
0
 public DataTable GetEnterpriseInfo(string buyerOrgid)
 {
     return(ExpBaseInfoBLL.GetInstance().GetEnterpriseInfo(buyerOrgid));
 }
Esempio n. 2
0
 public DataTable GetProductInfo(string buyerorgid)
 {
     return(ExpBaseInfoBLL.GetInstance().GetProductInfo(buyerorgid));
 }