コード例 #1
0
        //public string EnterSubCat(int catID, string subCategoryName)
        //{
        //    ProductAdminBLL bll = new ProductAdminBLL();
        //    string str = bll.EnterSubCat(catID, subCategoryName);
        //    return str;
        //}


       


        public string GetBrand()
        {
            ProductAdminBLL bll = new ProductAdminBLL();
            string str = bll.GetBrand();
            return str;

        }