C# Class TiendaVirtual.Web.Controllers.CarroComprasController

Inheritance: Controller
Exibir arquivo Open project: snahider/Test-Automation-NET

Public Methods

Method Description
Mostrar ( CarroCompras carroCompras, string regresarUrl ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Actualizar ( CarroCompras carroCompras, int id, int cantidad, string regresarUrl ) : System.Web.Mvc.ActionResult
Agregar ( CarroCompras carroCompras, int id, string regresarUrl ) : System.Web.Mvc.ActionResult
Eliminar ( CarroCompras carroCompras, int id, string regresarUrl ) : System.Web.Mvc.ActionResult

Method Details

Mostrar() public method

public Mostrar ( CarroCompras carroCompras, string regresarUrl ) : System.Web.Mvc.ActionResult
carroCompras TiendaVirtual.Domain.CarroCompras
regresarUrl string
return System.Web.Mvc.ActionResult