C# 클래스 SimpleRefactoring.Controllers.LightweightOrderController

상속: Controller
파일 보기 프로젝트 열기: jeffreypalermo/mvc2inaction

공개 메소드들

메소드 설명
LightweightOrderController ( IOrderShippingService orderShippingService ) : System.Web.Mvc
Ship ( int orderId ) : System.Web.Mvc.RedirectToRouteResult

메소드 상세

LightweightOrderController() 공개 메소드

public LightweightOrderController ( IOrderShippingService orderShippingService ) : System.Web.Mvc
orderShippingService IOrderShippingService
리턴 System.Web.Mvc

Ship() 공개 메소드

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