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