コード例 #1
0
ファイル: ReportsController.cs プロジェクト: thewruck/bvcms
        public ActionResult QueryData(string field, string type)
        {
            var cc = ReportsModel.QueryDataCondition(field, type);

            return(Redirect("/Query/" + cc.Id));
        }