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

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

공개 메소드들

메소드 설명
WeatherList ( ListViewModel input ) : System.Web.Mvc.ActionResult
WeatherListController ( IDynamicExpressionQuery dynamicExpressionQuery, IWeatherListGrid weatherListGrid ) : System.Web.Mvc
Weathers ( GridItemsRequestModel input ) : System.Web.Mvc.JsonResult

메소드 상세

WeatherList() 공개 메소드

public WeatherList ( ListViewModel input ) : System.Web.Mvc.ActionResult
input KnowYourTurf.Core.ListViewModel
리턴 System.Web.Mvc.ActionResult

WeatherListController() 공개 메소드

public WeatherListController ( IDynamicExpressionQuery dynamicExpressionQuery, IWeatherListGrid weatherListGrid ) : System.Web.Mvc
dynamicExpressionQuery IDynamicExpressionQuery
weatherListGrid IWeatherListGrid
리턴 System.Web.Mvc

Weathers() 공개 메소드

public Weathers ( GridItemsRequestModel input ) : System.Web.Mvc.JsonResult
input GridItemsRequestModel
리턴 System.Web.Mvc.JsonResult