Пример #1
0
        public DataTable ThuocSelectMaThuoc(string temp)
        {
            var t  = new ThuocDAL();
            var dt = new DataTable();

            dt = t.ThuocSelectMaThuoc(temp);
            return(dt);
        }