示例#1
0
 public ActionResult Index()
 {
     return(PartialView(this._indexview, _dataobject.GetData()));
 }