Exemplo n.º 1
0
 public ActionResult Update(Guid id)
 {
     return(View(ingredientRepository.Detail(id)));
 }