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

상속: Cats.Web.Hub.BaseController
파일 보기 프로젝트 열기: edgecomputing/cats 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Commodity() 공개 메소드

public Commodity ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Dispatch() 공개 메소드

public Dispatch ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

FreeStock() 공개 메소드

public FreeStock ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Receipts() 공개 메소드

public Receipts ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

StockStatusController() 공개 메소드

public StockStatusController ( IUserProfileService userProfileService, ICommodityService commodityService, IHubService hubService ) : System
userProfileService IUserProfileService
commodityService ICommodityService
hubService IHubService
리턴 System