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

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

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

Метод Описание
AddEdit ( ViewModel input ) : System.Web.Mvc.ActionResult
Delete ( ViewModel input ) : System.Web.Mvc.ActionResult
FieldController ( IRepository repository, ISaveEntityService saveEntityService, IUploadedFileHandlerService uploadedFileHandlerService, IHttpContextAbstractor httpContextAbstractor ) : System
Save ( FieldViewModel input ) : System.Web.Mvc.ActionResult

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

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

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

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

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

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