Exemplo n.º 1
0
        public static bool CapNhatThietBi(Product tb)
        {
            bool kq = ProductDAL.CapNhatThietBi(tb);

            return(kq);
        }