C# 클래스 Suteki.TardisBank.Web.Mvc.Controllers.AccountController

상속: Controller
파일 보기 프로젝트 열기: sharparchitecture/Sharp-Architecture

공개 메소드들

메소드 설명
AccountController ( IUserService userService, IMediator mediator ) : System

비공개 메소드들

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

메소드 상세

AccountController() 공개 메소드

public AccountController ( IUserService userService, IMediator mediator ) : System
userService IUserService
mediator IMediator
리턴 System