C# Class SimpleRefactoring.Controllers.LightweightOrderController

Inheritance: Controller
Mostrar archivo Open project: jeffreypalermo/mvc2inaction

Public Methods

Method Description
LightweightOrderController ( IOrderShippingService orderShippingService ) : System.Web.Mvc
Ship ( int orderId ) : System.Web.Mvc.RedirectToRouteResult

Method Details

LightweightOrderController() public method

public LightweightOrderController ( IOrderShippingService orderShippingService ) : System.Web.Mvc
orderShippingService IOrderShippingService
return System.Web.Mvc

Ship() public method

public Ship ( int orderId ) : System.Web.Mvc.RedirectToRouteResult
orderId int
return System.Web.Mvc.RedirectToRouteResult