コード例 #1
0
ファイル: ProvsController.cs プロジェクト: trunglu/BHLVT_v1.2
 public ActionResult Index(tblcity c)
 {
     return((ActionResult)pv.IndexPost(Request, c)["view"]);
 }