Exemple #1
0
        public List <Products> Get(string name)
        {
            OlShoppingBusinessLayer bll = new OlShoppingBusinessLayer();
            var clst = bll.GetProductsByCategoryName(name);

            return(clst);
        }