예제 #1
0
        public bool sua(ThuocDTO th, string maThuocold)
        {
            bool re = thDAL.sua(th, maThuocold);

            return(re);
        }
예제 #2
0
        public bool sua(ThuocDTO lb)
        {
            bool re = bdal.sua(lb);

            return(re);
        }