Example #1
0
        public static Boolean CheckTheSameHPNoIsExit(string sellerNick, string cellphone)
        {
            BuyerDAL objBuyerDal = new BuyerDAL();

            return(objBuyerDal.CheckTheSameHPNoIsExit(sellerNick, cellphone, Users.SellerId));
        }