Exemple #1
0
 public ActionResult Edit(Item item)
 {
     InventoryClient client = new InventoryClient();
     client.DbSaveItem(item);
     return RedirectToAction("Index");
 }