Beispiel #1
0
        public bool xoaDV(string dv)
        {
            bool re = thDAL.xoaDV(dv);

            return(re);
        }