C# Class Cats.Web.Hub.Controllers.Reports.StockStatusController

Inheritance: Cats.Web.Hub.BaseController
Exibir arquivo Open project: edgecomputing/cats Class Usage Examples

Public Methods

Method Description
Commodity ( int id ) : System.Web.Mvc.ActionResult
Dispatch ( ) : System.Web.Mvc.ActionResult
FreeStock ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Receipts ( ) : System.Web.Mvc.ActionResult
StockStatusController ( IUserProfileService userProfileService, ICommodityService commodityService, IHubService hubService ) : System

Method Details

Commodity() public method

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

Dispatch() public method

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

FreeStock() public method

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

Index() public method

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

Receipts() public method

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

StockStatusController() public method

public StockStatusController ( IUserProfileService userProfileService, ICommodityService commodityService, IHubService hubService ) : System
userProfileService IUserProfileService
commodityService ICommodityService
hubService IHubService
return System