示例#1
0
        public bool themPhong(PhongVO P)
        {
            bool a = _PhongDAO.InsertPhong(P);

            if (a == true)
            {
                return(true);
            }
            return(false);
        }