C# Class Cats.Web.Hub.Controllers.Reports.TransportationReportController

Inheritance: BaseController
ファイルを表示 Open project: edgecomputing/cats Class Usage Examples

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
ReceiveTrend ( int Operation, string from, string to ) : System.Web.Mvc.ActionResult
TransportationReportController ( ITransactionService transactionService, IUserProfileService userProfileService ) : System

Private Methods

Method Description
PopulateDateFormat ( ) : void

Method Details

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ReceiveTrend() public method

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

TransportationReportController() public method

public TransportationReportController ( ITransactionService transactionService, IUserProfileService userProfileService ) : System
transactionService ITransactionService
userProfileService IUserProfileService
return System