C# 클래스 Cats.Web.Hub.Controllers.Allocations.DispatchPlanController

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

공개 메소드들

메소드 설명
DispatchPlanController ( IDispatchAllocationService dispatchAllocationService, IUserProfileService userProfileService ) : System
Index ( ) : System.Web.Mvc.ActionResult
ListRequisitions ( ) : System.Web.Mvc.ActionResult
RequistionDetails ( int req ) : System.Web.Mvc.ActionResult

메소드 상세

DispatchPlanController() 공개 메소드

public DispatchPlanController ( IDispatchAllocationService dispatchAllocationService, IUserProfileService userProfileService ) : System
dispatchAllocationService IDispatchAllocationService
userProfileService IUserProfileService
리턴 System

Index() 공개 메소드

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

ListRequisitions() 공개 메소드

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

RequistionDetails() 공개 메소드

public RequistionDetails ( int req ) : System.Web.Mvc.ActionResult
req int
리턴 System.Web.Mvc.ActionResult