Exemplo n.º 1
0
 public ActionResult Edit(string Name)
 {
     //if (!_dataobject.sysbusinessrole.IsEdit) return PartialView(this._roleview);
     return(PartialView(this._updateview, _dataobject.GetEdit(Name)));
 }
Exemplo n.º 2
0
 public ActionResult Edit(string id)
 {
     return(PartialView(this._updateview, _dataobject.GetEdit(id)));
 }