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

Inheritance: BaseController
Afficher le fichier Open project: edgecomputing/cats 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, IUserProfileService userProfileService ) : 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, IUserProfileService userProfileService ) : System
transactionService ITransactionService
userProfileService IUserProfileService
Résultat System