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