Esempio n. 1
0
        public List <ProdCBOBindingVO> GetProductInfo()
        {
            ProductDAC dac = new ProductDAC();

            return(dac.GetProductInfo());
        }