Exemplo n.º 1
0
 public ActionResult Edit(SellerPanelViewModel productToEdit)
 {
     sp.SaveChanges(productToEdit);
     return(Redirect("~/Sales/SellerPanel"));
 }