C# Class Cats.Web.Hub.Controllers.LedgerController

Inheritance: BaseController
显示文件 Open project: edgecomputing/cats

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
LedgerController ( ILedgerService ledgerService, ILedgerTypeService ledgerTypeService, IUserProfileService userProfileService ) : System

Private Methods

Method Description
Create ( Cats ledger ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( Cats ledger ) : System.Web.Mvc.ActionResult

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Delete() public method

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Edit() public method

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

LedgerController() public method

public LedgerController ( ILedgerService ledgerService, ILedgerTypeService ledgerTypeService, IUserProfileService userProfileService ) : System
ledgerService ILedgerService
ledgerTypeService ILedgerTypeService
userProfileService IUserProfileService
return System