C# Class Kaffeplaneten.Controllers.OrderController

Inheritance: SuperController
Afficher le fichier Open project: chrban/Webapplikasjoner

Méthodes publiques

Méthode Description
OrderController ( ) : System.Collections.Generic
confirmOrderView ( ) : System.Web.Mvc.ActionResult
orderHistoryView ( ) : System.Web.Mvc.ActionResult
receiptView ( ) : System.Web.Mvc.ActionResult
saveOrder ( OrderModel orderModel ) : bool

Method Details

OrderController() public méthode

public OrderController ( ) : System.Collections.Generic
Résultat System.Collections.Generic

confirmOrderView() public méthode

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

orderHistoryView() public méthode

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

receiptView() public méthode

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

saveOrder() public méthode

public saveOrder ( OrderModel orderModel ) : bool
orderModel Kaffeplaneten.Models.OrderModel
Résultat bool