C# Class KnowYourTurf.Web.Controllers.VendorController

Inheritance: KYTController
Afficher le fichier Open project: reharik/KnowYourTurf

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
mapToDomain ( VendorViewModel input, Vendor vendor ) : Vendor

Method Details

AddEdit() public méthode

public AddEdit ( ViewModel input ) : System.Web.Mvc.ActionResult
input KnowYourTurf.Core.ViewModel
Résultat System.Web.Mvc.ActionResult

Delete() public méthode

public Delete ( ViewModel input ) : System.Web.Mvc.ActionResult
input KnowYourTurf.Core.ViewModel
Résultat System.Web.Mvc.ActionResult

Display() public méthode

public Display ( ViewModel input ) : System.Web.Mvc.ActionResult
input KnowYourTurf.Core.ViewModel
Résultat System.Web.Mvc.ActionResult

Save() public méthode

public Save ( VendorViewModel input ) : System.Web.Mvc.ActionResult
input KnowYourTurf.Web.Models.Vendor.VendorViewModel
Résultat System.Web.Mvc.ActionResult

VendorController() public méthode

public VendorController ( IRepository repository, ISaveEntityService saveEntityService, ISelectBoxPickerService selectBoxPickerService ) : System
repository IRepository
saveEntityService ISaveEntityService
selectBoxPickerService ISelectBoxPickerService
Résultat System