Exemple #1
0
        public static bool UpdateKH(DVMH kh)
        {
            bool kq = DVMHDAL.UpdateKH(kh);

            return(kq);
        }