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 |
public Commodity ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Dispatch ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public FreeStock ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Receipts ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public StockStatusController ( IUserProfileService userProfileService, ICommodityService commodityService, IHubService hubService ) : System | ||
userProfileService | IUserProfileService | |
commodityService | ICommodityService | |
hubService | IHubService | |
return | System |