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

Inheritance: BaseController
Afficher le fichier Open project: edgecomputing/cats-hub-module Class Usage Examples

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult
ReceiveTrend ( int Operation, string from, string to ) : System.Web.Mvc.ActionResult
TransportationReportController ( ITransactionService transactionService ) : System

Private Methods

Méthode Description
PopulateDateFormat ( ) : void

Method Details

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

ReceiveTrend() public méthode

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

TransportationReportController() public méthode

public TransportationReportController ( ITransactionService transactionService ) : System
transactionService ITransactionService
Résultat System