コード例 #1
0
 public ActionResult Edit(string TableName)
 {
     //if (!_dataobject.sysbusinessrole.IsEdit) return PartialView(this._roleview);
     return(PartialView(this._updateview, _dataobject.GetEdit(TableName)));
 }