Exemple #1
0
        public object SearchProduct(int size, int page, String keyword)
        {
            var result = productRep.SearchAllProduct(size, page, keyword);

            return(result);
        }