Esempio n. 1
0
 public ActionResult Edit(int id)
 {
     return(PartialView(this._updateview, _dataobject.GetEdit(id)));
 }