C# Класс Cats.Areas.Procurement.Controllers.TransportListController

Наследование: Controller
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Index ( ) : System.Web.Mvc.ActionResult
ReadTransporters ( [ request ) : System.Web.Mvc.ActionResult
ShowBidByTransporter ( [ request, int transporterId ) : System.Web.Mvc.ActionResult
TransportListController ( ITransporterService transporterService, ITransportBidQuotationService bidQuotationService ) : System
TransporterBidDetail ( int transporterId ) : System.Web.Mvc.ActionResult

Описание методов

Index() публичный Метод

public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

ReadTransporters() публичный Метод

public ReadTransporters ( [ request ) : System.Web.Mvc.ActionResult
request [
Результат System.Web.Mvc.ActionResult

ShowBidByTransporter() публичный Метод

public ShowBidByTransporter ( [ request, int transporterId ) : System.Web.Mvc.ActionResult
request [
transporterId int
Результат System.Web.Mvc.ActionResult

TransportListController() публичный Метод

public TransportListController ( ITransporterService transporterService, ITransportBidQuotationService bidQuotationService ) : System
transporterService ITransporterService
bidQuotationService ITransportBidQuotationService
Результат System

TransporterBidDetail() публичный Метод

public TransporterBidDetail ( int transporterId ) : System.Web.Mvc.ActionResult
transporterId int
Результат System.Web.Mvc.ActionResult