C# Class TiendaVirtual.Web.Controllers.CarroComprasController

Inheritance: Controller
Afficher le fichier Open project: snahider/Test-Automation-NET

Méthodes publiques

Méthode Description
Mostrar ( CarroCompras carroCompras, string regresarUrl ) : System.Web.Mvc.ActionResult

Private Methods

Méthode 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 méthode

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