Exemplo n.º 1
0
        /*End of Brand*/
        
        public string EnterBrand(string Brand)
        {

            ProductAdminBLL bll = new ProductAdminBLL();
            string str = bll.EnterBrand(Brand);
            return str;


        }