C# Class Suteki.TardisBank.Web.Mvc.Controllers.AccountController

Inheritance: Controller
Afficher le fichier Open project: sharparchitecture/Sharp-Architecture

Méthodes publiques

Méthode Description
AccountController ( IUserService userService, IMediator mediator ) : System

Private Methods

Méthode Description
ChildView ( ) : System.Web.Mvc.ActionResult
MakePayment ( MakePaymentViewModel makePaymentViewModel ) : System.Web.Mvc.ActionResult
MakePayment ( int id ) : System.Web.Mvc.ActionResult
ParentView ( int id ) : System.Web.Mvc.ActionResult
WithdrawCash ( ) : System.Web.Mvc.ActionResult
WithdrawCash ( Suteki.TardisBank.Web.Mvc.Controllers.ViewModels.WithdrawCashViewModel withdrawCashViewModel ) : System.Web.Mvc.ActionResult
WithdrawCashForChild ( WithdrawCashForChildViewModel withdrawCashForChildViewModel ) : System.Web.Mvc.ActionResult
WithdrawCashForChild ( int id ) : System.Web.Mvc.ActionResult

Method Details

AccountController() public méthode

public AccountController ( IUserService userService, IMediator mediator ) : System
userService IUserService
mediator IMediator
Résultat System