C# Class DRMFSS.Web.Controllers.Reports.TransportationReportController

Inheritance: BaseController
显示文件 Open project: edgecomputing/cats-hub-module 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 ) : 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 ) : System
transactionService ITransactionService
return System