C# 클래스 TiendaVirtual.Web.Controllers.CarroComprasController

상속: Controller
파일 보기 프로젝트 열기: snahider/Test-Automation-NET

공개 메소드들

메소드 설명
Mostrar ( CarroCompras carroCompras, string regresarUrl ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
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

메소드 상세

Mostrar() 공개 메소드

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