C# Class Cats.Areas.Procurement.Controllers.HomeController

Inheritance: Controller
Exibir arquivo Open project: edgecomputing/cats

Public Methods

Method Description
HomeController ( IBidService bidService, ITransporterService transporterService, ITransportBidPlanService transportBidPlanService ) : System
Index ( ) : System.Web.Mvc.ActionResult

Method Details

HomeController() public method

public HomeController ( IBidService bidService, ITransporterService transporterService, ITransportBidPlanService transportBidPlanService ) : System
bidService IBidService
transporterService ITransporterService
transportBidPlanService ITransportBidPlanService
return System

Index() public method

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