C# 클래스 VirtoCommerce.CoreModule.Web.Controllers.Api.CommerceController

상속: ApiController
파일 보기 프로젝트 열기: VirtoCommerce/vc-internal

공개 메소드들

메소드 설명
CommerceController ( ICommerceService commerceService, ICustomerOrderService customerOrderService, IStoreService storeService ) : System

비공개 메소드들

메소드 설명
GetFulfillmentCenter ( string id ) : IHttpActionResult
GetFulfillmentCenters ( ) : IHttpActionResult
GetSeoInfoBySlug ( string slug ) : IHttpActionResult
PostProcessPayment ( string orderId ) : IHttpActionResult
UpdateFulfillmentCenter ( VirtoCommerce.CoreModule.Web.Model center ) : IHttpActionResult

메소드 상세

CommerceController() 공개 메소드

public CommerceController ( ICommerceService commerceService, ICustomerOrderService customerOrderService, IStoreService storeService ) : System
commerceService ICommerceService
customerOrderService ICustomerOrderService
storeService IStoreService
리턴 System