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

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

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

Метод Описание
AddUpdate ( ViewModel input ) : System.Web.Mvc.ActionResult
Delete ( ViewModel input ) : System.Web.Mvc.ActionResult
Display ( ViewModel input ) : System.Web.Mvc.ActionResult
PhotoController ( IRepository repository, ISaveEntityService saveEntityService, ISelectListItemService selectListItemService, IUploadedFileHandlerService uploadedFileHandlerService, IHttpContextAbstractor httpContextAbstractor ) : System
Save ( PhotoViewModel input ) : System.Web.Mvc.ActionResult

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

Метод Описание
mapToDomain ( PhotoViewModel input, Photo photo ) : Photo

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

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

public AddUpdate ( 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

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

public PhotoController ( IRepository repository, ISaveEntityService saveEntityService, ISelectListItemService selectListItemService, IUploadedFileHandlerService uploadedFileHandlerService, IHttpContextAbstractor httpContextAbstractor ) : System
repository IRepository
saveEntityService ISaveEntityService
selectListItemService ISelectListItemService
uploadedFileHandlerService IUploadedFileHandlerService
httpContextAbstractor IHttpContextAbstractor
Результат System

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

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