C# 클래스 Cats.Areas.Logistics.Controllers.PaymentRequestController

상속: Controller
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
LoadLookups ( ) : void
PaymentRequestController ( IBusinessProcessService _paramBusinessProcessService, IBusinessProcessStateService _paramBusinessProcessStateService, IApplicationSettingService _paramApplicationSettingService, IPaymentRequestService _paramPaymentRequestservice, ITransportOrderService _paramTransportOrderService ) : System
Promote ( BusinessProcessState st ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Create ( PaymentRequest request ) : System.Web.Mvc.ActionResult

메소드 상세

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

LoadLookups() 공개 메소드

public LoadLookups ( ) : void
리턴 void

PaymentRequestController() 공개 메소드

public PaymentRequestController ( IBusinessProcessService _paramBusinessProcessService, IBusinessProcessStateService _paramBusinessProcessStateService, IApplicationSettingService _paramApplicationSettingService, IPaymentRequestService _paramPaymentRequestservice, ITransportOrderService _paramTransportOrderService ) : System
_paramBusinessProcessService IBusinessProcessService
_paramBusinessProcessStateService IBusinessProcessStateService
_paramApplicationSettingService IApplicationSettingService
_paramPaymentRequestservice IPaymentRequestService
_paramTransportOrderService ITransportOrderService
리턴 System

Promote() 공개 메소드

public Promote ( BusinessProcessState st ) : System.Web.Mvc.ActionResult
st Cats.Models.BusinessProcessState
리턴 System.Web.Mvc.ActionResult