C# Class WebApplication4.Controllers.PromocionController

Inheritance: Controller
Afficher le fichier Open project: Rxcso/PrototipoSoftware

Méthodes publiques

Méthode Description
CalculaMejorPromocionEfectivo ( int idEvento ) : Promociones
CalculaMejorPromocionTarjeta ( int codEvento, int idBanco, int tipoTarjeta ) : Promociones
Delete ( string evento, string promocion ) : System.Web.Mvc.JsonResult
Delete2 ( int id, int ide ) : System.Web.Mvc.ActionResult
Index ( string evento ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
RegisterPromocion ( ) : System.Web.Mvc.ActionResult
RegisterPromocion ( PromocionModel model ) : System.Web.Mvc.ActionResult
RegisterPromocion2 ( ) : System.Web.Mvc.ActionResult
RegisterPromocion2 ( PromocionModel2 model ) : System.Web.Mvc.ActionResult

Method Details

CalculaMejorPromocionEfectivo() public static méthode

public static CalculaMejorPromocionEfectivo ( int idEvento ) : Promociones
idEvento int
Résultat WebApplication4.Models.Promociones

CalculaMejorPromocionTarjeta() public static méthode

public static CalculaMejorPromocionTarjeta ( int codEvento, int idBanco, int tipoTarjeta ) : Promociones
codEvento int
idBanco int
tipoTarjeta int
Résultat WebApplication4.Models.Promociones

Delete() public méthode

public Delete ( string evento, string promocion ) : System.Web.Mvc.JsonResult
evento string
promocion string
Résultat System.Web.Mvc.JsonResult

Delete2() public méthode

public Delete2 ( int id, int ide ) : System.Web.Mvc.ActionResult
id int
ide int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( string evento ) : System.Web.Mvc.ActionResult
evento string
Résultat System.Web.Mvc.ActionResult

Register() public méthode

public Register ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult