C# 클래스 mobSocial.WebApi.Controllers.PaymentController

상속: mobSocial.WebApi.Configuration.Mvc.RootApiController
파일 보기 프로젝트 열기: mobsoftware/mobsocial

공개 메소드들

메소드 설명
PaymentController ( IUserPaymentMethodService paymentMethodService, IPaymentProcessingService paymentProcessingService, ICryptographyService cryptographyService, IVideoBattleService videoBattleService, ISponsorService sponsorService, ICreditService creditService, PaymentSettings paymentSettings, IPaymentTransactionService paymentTransactionService ) : System

비공개 메소드들

메소드 설명
GetAvailablePaymentMethods ( [ requestModel ) : IHttpActionResult
ProcessPayment ( Microsoft.Owin.FormCollection parameters ) : IHttpActionResult

메소드 상세

PaymentController() 공개 메소드

public PaymentController ( IUserPaymentMethodService paymentMethodService, IPaymentProcessingService paymentProcessingService, ICryptographyService cryptographyService, IVideoBattleService videoBattleService, ISponsorService sponsorService, ICreditService creditService, PaymentSettings paymentSettings, IPaymentTransactionService paymentTransactionService ) : System
paymentMethodService IUserPaymentMethodService
paymentProcessingService IPaymentProcessingService
cryptographyService ICryptographyService
videoBattleService IVideoBattleService
sponsorService ISponsorService
creditService ICreditService
paymentSettings mobSocial.Data.Entity.Settings.PaymentSettings
paymentTransactionService IPaymentTransactionService
리턴 System