Ejemplo n.º 1
0
 public static Boolean UpdateBuyerToBlackList(string buyerId)
 {
     return(BuyerDAL.UpdateBuyerToBlackList(buyerId, Users.SellerId));
 }