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

Inheritance: Cats.Web.Hub.BaseController
Afficher le fichier Open project: edgecomputing/cats Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Commodity ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Dispatch() public méthode

public Dispatch ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

FreeStock() public méthode

public FreeStock ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Receipts() public méthode

public Receipts ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

StockStatusController() public méthode

public StockStatusController ( IUserProfileService userProfileService, ICommodityService commodityService, IHubService hubService ) : System
userProfileService IUserProfileService
commodityService ICommodityService
hubService IHubService
Résultat System