コード例 #1
0
        public void UpdateNhomVsSV(string macd, int sosv, int sonhom, string mand)
        {
            DAOGiaoVien a = new DAOGiaoVien();

            a.UpdateNhomVsSV(macd, sosv, sonhom, mand);
        }