Exemplo n.º 1
0
        public ReturnData <List <Product> > GetProductByName([FromRoute] string productname)
        {
            ECommerceServices cs = new ECommerceServices();

            return(cs.GetProductByName(productname));
        }