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

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

공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult
ReceiveTrend ( int Operation, string from, string to ) : System.Web.Mvc.ActionResult
TransportationReportController ( ITransactionService transactionService, IUserProfileService userProfileService ) : System

비공개 메소드들

메소드 설명
PopulateDateFormat ( ) : void

메소드 상세

Index() 공개 메소드

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

ReceiveTrend() 공개 메소드

public ReceiveTrend ( int Operation, string from, string to ) : System.Web.Mvc.ActionResult
Operation int
from string
to string
리턴 System.Web.Mvc.ActionResult

TransportationReportController() 공개 메소드

public TransportationReportController ( ITransactionService transactionService, IUserProfileService userProfileService ) : System
transactionService ITransactionService
userProfileService IUserProfileService
리턴 System