C# 클래스 Cats.Areas.Procurement.Controllers.TransportListController

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

공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult
ReadTransporters ( [ request ) : System.Web.Mvc.ActionResult
ShowBidByTransporter ( [ request, int transporterId ) : System.Web.Mvc.ActionResult
TransportListController ( ITransporterService transporterService, ITransportBidQuotationService bidQuotationService ) : System
TransporterBidDetail ( int transporterId ) : System.Web.Mvc.ActionResult

메소드 상세

Index() 공개 메소드

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

ReadTransporters() 공개 메소드

public ReadTransporters ( [ request ) : System.Web.Mvc.ActionResult
request [
리턴 System.Web.Mvc.ActionResult

ShowBidByTransporter() 공개 메소드

public ShowBidByTransporter ( [ request, int transporterId ) : System.Web.Mvc.ActionResult
request [
transporterId int
리턴 System.Web.Mvc.ActionResult

TransportListController() 공개 메소드

public TransportListController ( ITransporterService transporterService, ITransportBidQuotationService bidQuotationService ) : System
transporterService ITransporterService
bidQuotationService ITransportBidQuotationService
리턴 System

TransporterBidDetail() 공개 메소드

public TransporterBidDetail ( int transporterId ) : System.Web.Mvc.ActionResult
transporterId int
리턴 System.Web.Mvc.ActionResult