C# 클래스 Worki.Web.Controllers.PaymentController

상속: ControllerBase
파일 보기 프로젝트 열기: tah91/eworkyWebSite

Private Properties

프로퍼티 타입 설명
PayPalInstantNotification System.Web.Mvc.ActionResult
PaymentController System
RedirectToAction System.Web.Mvc.RedirectToRouteResult

공개 메소드들

메소드 설명
PaymentController ( ILogger logger, IObjectStore objectStore, IEmailService emailService, IPaymentService paymentService ) : System

비공개 메소드들

메소드 설명
PayPalInstantNotification ( ) : System.Web.Mvc.ActionResult
PaymentController ( Dummy d ) : System
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult

메소드 상세

PaymentController() 공개 메소드

public PaymentController ( ILogger logger, IObjectStore objectStore, IEmailService emailService, IPaymentService paymentService ) : System
logger ILogger
objectStore IObjectStore
emailService IEmailService
paymentService IPaymentService
리턴 System