C# Class PETUtility.Web.Controllers.PaymentController

Inheritance: Controller
Mostrar archivo Open project: pet-informatica/PET-Utility

Public Methods

Method 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 method

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

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

PaymentController() public method

public PaymentController ( IPaymentService paymentService, IPETianoService petianoService ) : System
paymentService IPaymentService
petianoService IPETianoService
return System

SetPaymentsStatusToWaiting() public method

public SetPaymentsStatusToWaiting ( string ids, string newBalance ) : System.Web.Mvc.ActionResult
ids string
newBalance string
return System.Web.Mvc.ActionResult