메소드 | 설명 | |
---|---|---|
Item ( int id ) : System.Web.Mvc.ActionResult | ||
OrderController ( IRepository |
||
Print ( int id ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
CheckoutViewData ( Order order ) : |
||
Index ( OrderSearchCriteria orderSearchCriteria ) : System.Web.Mvc.ActionResult | ||
ItemView ( int id ) : System.Web.Mvc.ViewResult | ||
OrderStatuses ( ) : IEnumerable |
||
ShowCard ( int orderId, string privateKey ) : System.Web.Mvc.ActionResult | ||
UpdateNote ( Order order ) : System.Web.Mvc.ActionResult | ||
UpdateProblemCustomer ( Order order ) : System.Web.Mvc.ActionResult | ||
UpdateTrackingNumber ( Order order ) : System.Web.Mvc.ActionResult |
public Item ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public OrderController ( IRepository |
||
orderRepository | IRepository |
|
countryRepository | IRepository |
|
cardTypeRepository | IRepository |
|
encryptionService | IEncryptionService | |
userService | IUserService | |
searchService | IOrderSearchService | |
statusRepository | IRepository |
|
리턴 | System.Collections.Generic |
public Print ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |