C# 클래스 Cats.Web.Hub.Controllers.TransactionController

상속: BaseController
파일 보기 프로젝트 열기: edgecomputing/cats 1 사용 예제들

공개 메소드들

메소드 설명
GetAccounts ( int LedgerID ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Journal ( ) : System.Web.Mvc.ActionResult
Ledger ( ) : System.Web.Mvc.ActionResult
LedgerPartial ( ) : System.Web.Mvc.ActionResult
TransactionController ( ITransactionService transactionService, ILedgerService ledgerService, ICommodityService commodityService, IUserProfileService userProfileService ) : System

메소드 상세

GetAccounts() 공개 메소드

public GetAccounts ( int LedgerID ) : System.Web.Mvc.ActionResult
LedgerID int
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Journal() 공개 메소드

public Journal ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Ledger() 공개 메소드

public Ledger ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

LedgerPartial() 공개 메소드

public LedgerPartial ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

TransactionController() 공개 메소드

public TransactionController ( ITransactionService transactionService, ILedgerService ledgerService, ICommodityService commodityService, IUserProfileService userProfileService ) : System
transactionService ITransactionService
ledgerService ILedgerService
commodityService ICommodityService
userProfileService IUserProfileService
리턴 System