Method | Description | |
---|---|---|
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 |
public GetAccounts ( int LedgerID ) : System.Web.Mvc.ActionResult | ||
LedgerID | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Journal ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Ledger ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LedgerPartial ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public TransactionController ( ITransactionService transactionService, ILedgerService ledgerService, ICommodityService commodityService, IUserProfileService userProfileService ) : System | ||
transactionService | ITransactionService | |
ledgerService | ILedgerService | |
commodityService | ICommodityService | |
userProfileService | IUserProfileService | |
return | System |