Exemplo n.º 1
0
 public ActionResult Edit(Core.Domain.Tank Model)
 {
     _TankService = new TankService();
     _TankService.Update(Model);
     return(RedirectToAction("Index"));
 }