Exemple #1
0
 public DataTable GetBuyerInfo(string buyerOrgid)
 {
     return(dao.GetBuyerInfo(buyerOrgid));
 }