C# Класс mobSocial.WebApi.Controllers.PaymentController

Наследование: mobSocial.WebApi.Configuration.Mvc.RootApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
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