C# 클래스 Cats.Web.Hub.Controllers.Reports.BinCardController

상속: BaseController
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
BinCardController ( ICommodityService commodityService, IProjectCodeService projectCodeService, IStoreService storeService, IUserProfileService userProfileService ) : System
Index ( int StoreID, int CommodityID, string ProjectID ) : System.Web.Mvc.ActionResult

메소드 상세

BinCardController() 공개 메소드

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

Index() 공개 메소드

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