C# Class PETUtility.Web.Controllers.PaymentController

Inheritance: Controller
Afficher le fichier Open project: pet-informatica/PET-Utility

Méthodes publiques

Méthode Description
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

Method Details

AddCredit() public méthode

public AddCredit ( PaymentIndex index ) : System.Web.Mvc.ActionResult
index PETUtility.Data.Fundamentals.Models.Financial.PaymentIndex
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

PaymentController() public méthode

public PaymentController ( IPaymentService paymentService, IPETianoService petianoService ) : System
paymentService IPaymentService
petianoService IPETianoService
Résultat System

SetPaymentsStatusToWaiting() public méthode

public SetPaymentsStatusToWaiting ( string ids, string newBalance ) : System.Web.Mvc.ActionResult
ids string
newBalance string
Résultat System.Web.Mvc.ActionResult