C# 클래스 KnowYourTurf.Web.Controllers.PhotoController

상속: KYTController
파일 보기 프로젝트 열기: reharik/KnowYourTurf

공개 메소드들

메소드 설명
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