コード例 #1
0
ファイル: Show.cshtml.cs プロジェクト: nta5107179/panda
        void GetNews()
        {
            string nt_id = Request.Query["nt_id"];
            string n_id  = Request.Query["n_id"];

            m_newsdetail = m_inc.GetNews(nt_id, n_id);
        }