Beispiel #1
0
 public ActionResult AddOrEditDetail(int id)
 {
     return(View(db.VT_GetDetailById(id).FirstOrDefault()));
 }