Ejemplo n.º 1
0
 public static string GetBuyerIdByBuyerNick(string buyerNick, string sellerNick)
 {
     return(BuyerDAL.GetBuyerIdByBuyerNick(buyerNick, sellerNick, Users.SellerId));
 }