Exemple #1
0
 public static string GetBuyerNickByID(string buyerID)
 {
     return(BuyerDAL.GetBuyerNickByID(buyerID, Users.SellerId));
 }