Exemplo n.º 1
0
        public List <product> search(string id, int i, int page)
        {
            dbwork         obj = new dbwork();
            List <product> l   = obj.search(id, i, page);

            return(l);
        }