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

Inheritance: Cats.Web.Hub.BaseController
Exibir arquivo Open project: edgecomputing/cats

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