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

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

공개 메소드들

메소드 설명
AddEdit ( ViewModel input ) : System.Web.Mvc.ActionResult
Delete ( ViewModel input ) : System.Web.Mvc.ActionResult
Display ( ViewModel input ) : System.Web.Mvc.ActionResult
Save ( WeatherViewModel input ) : System.Web.Mvc.ActionResult
WeatherController ( IRepository repository, ISaveEntityService saveEntityService ) : System

비공개 메소드들

메소드 설명
mapToDomain ( WeatherViewModel input, Weather weather ) : Weather

메소드 상세

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 ( WeatherViewModel input ) : System.Web.Mvc.ActionResult
input WeatherViewModel
리턴 System.Web.Mvc.ActionResult

WeatherController() 공개 메소드

public WeatherController ( IRepository repository, ISaveEntityService saveEntityService ) : System
repository IRepository
saveEntityService ISaveEntityService
리턴 System