C# Class MvcStarterProject.Controllers.OrderController

Inheritance: Controller
Datei anzeigen Open project: JonKruger/MvcStarterProject

Public Methods

Method Description
AddToOrder ( int productId ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
NewOrder ( ) : System.Web.Mvc.ActionResult
OrderController ( IGetProductService getProductService, IHttpSession session, IOrderProcessor orderProcessor, IGetObjectService getOrderService, ISaveObjectService saveOrderService ) : System.Collections.Generic

Method Details

AddToOrder() public method

public AddToOrder ( int productId ) : System.Web.Mvc.ActionResult
productId int
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

NewOrder() public method

public NewOrder ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

OrderController() public method

public OrderController ( IGetProductService getProductService, IHttpSession session, IOrderProcessor orderProcessor, IGetObjectService getOrderService, ISaveObjectService saveOrderService ) : System.Collections.Generic
getProductService IGetProductService
session IHttpSession
orderProcessor IOrderProcessor
getOrderService IGetObjectService
saveOrderService ISaveObjectService
return System.Collections.Generic