C# Класс KnowYourTurf.Web.Controllers.VendorController

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

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

Метод Описание
AddEdit ( ViewModel input ) : System.Web.Mvc.ActionResult
Delete ( ViewModel input ) : System.Web.Mvc.ActionResult
Display ( ViewModel input ) : System.Web.Mvc.ActionResult
Save ( VendorViewModel input ) : System.Web.Mvc.ActionResult
VendorController ( IRepository repository, ISaveEntityService saveEntityService, ISelectBoxPickerService selectBoxPickerService ) : System

Приватные методы

Метод Описание
mapToDomain ( VendorViewModel input, Vendor vendor ) : Vendor

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

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

public AddEdit ( ViewModel input ) : System.Web.Mvc.ActionResult
input KnowYourTurf.Core.ViewModel
Результат System.Web.Mvc.ActionResult

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

public Delete ( ViewModel input ) : System.Web.Mvc.ActionResult
input KnowYourTurf.Core.ViewModel
Результат System.Web.Mvc.ActionResult

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

public Display ( ViewModel input ) : System.Web.Mvc.ActionResult
input KnowYourTurf.Core.ViewModel
Результат System.Web.Mvc.ActionResult

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

public Save ( VendorViewModel input ) : System.Web.Mvc.ActionResult
input KnowYourTurf.Web.Models.Vendor.VendorViewModel
Результат System.Web.Mvc.ActionResult

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

public VendorController ( IRepository repository, ISaveEntityService saveEntityService, ISelectBoxPickerService selectBoxPickerService ) : System
repository IRepository
saveEntityService ISaveEntityService
selectBoxPickerService ISelectBoxPickerService
Результат System