Example #1
0
 public ActionResult Index(tblcity c)
 {
     return((ActionResult)pv.IndexPost(Request, c)["view"]);
 }