Exemplo n.º 1
0
        public ActionResult Delete(Guid id, FormCollection collection)
        {
            _truckService.Delete(id);

            return(RedirectToAction("Index", new TruckListFiltersModel().GetRouteValues()).WithSuccess("Camion Eliminado"));
        }