C# 클래스 PETUtility.Web.Controllers.PaymentController

상속: Controller
파일 보기 프로젝트 열기: pet-informatica/PET-Utility

공개 메소드들

메소드 설명
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