Exemplo n.º 1
0
        public string GetIDProductBill(string namepro)
        {
            DTO_Product dtt  = new DTO_Product();
            string      masp = dataProduct.GetIdProduct(namepro);

            return(masp);
        }