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

Inheritance: BaseController
Show file Open project: edgecomputing/cats

Public Methods

Method Description
BinCardController ( ICommodityService commodityService, IProjectCodeService projectCodeService, IStoreService storeService, IUserProfileService userProfileService ) : System
Index ( int StoreID, int CommodityID, string ProjectID ) : System.Web.Mvc.ActionResult

Method Details

BinCardController() public method

public BinCardController ( ICommodityService commodityService, IProjectCodeService projectCodeService, IStoreService storeService, IUserProfileService userProfileService ) : System
commodityService ICommodityService
projectCodeService IProjectCodeService
storeService IStoreService
userProfileService IUserProfileService
return System

Index() public method

public Index ( int StoreID, int CommodityID, string ProjectID ) : System.Web.Mvc.ActionResult
StoreID int
CommodityID int
ProjectID string
return System.Web.Mvc.ActionResult