Esempio n. 1
0
 public ActionResult Delete(int id)
 {
     return(PartialView(this._deleteview, _dataobject.GetDelete(id)));
 }