C# Класс PETUtility.Web.Controllers.PaymentController

Наследование: Controller
Показать файл Открыть проект

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

Метод Описание
AddCredit ( PaymentIndex index ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
PaymentController ( IPaymentService paymentService, IPETianoService petianoService ) : System
SetPaymentsStatusToWaiting ( string ids, string newBalance ) : System.Web.Mvc.ActionResult

Описание методов

AddCredit() публичный Метод

public AddCredit ( PaymentIndex index ) : System.Web.Mvc.ActionResult
index PETUtility.Data.Fundamentals.Models.Financial.PaymentIndex
Результат System.Web.Mvc.ActionResult

Index() публичный Метод

public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

PaymentController() публичный Метод

public PaymentController ( IPaymentService paymentService, IPETianoService petianoService ) : System
paymentService IPaymentService
petianoService IPETianoService
Результат System

SetPaymentsStatusToWaiting() публичный Метод

public SetPaymentsStatusToWaiting ( string ids, string newBalance ) : System.Web.Mvc.ActionResult
ids string
newBalance string
Результат System.Web.Mvc.ActionResult