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

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