Exemple #1
0
 public ActionResult Update(Guid id)
 {
     return(View(aus.GetbyID(id)));
 }