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

Inheritance: BaseController
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

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

public BinCardController ( ICommodityService commodityService, IProjectCodeService projectCodeService, IStoreService storeService, IUserProfileService userProfileService ) : System
commodityService ICommodityService
projectCodeService IProjectCodeService
storeService IStoreService
userProfileService IUserProfileService
Résultat System

Index() public méthode

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