示例#1
0
 public static DataTable GetSellerNoDetailsInfo(string Seller_Id)
 {
     return(BuyerDAL.GetSellerNoDetailsInfo(Seller_Id));
 }