C# 클래스 BolfTracker.Web.Controllers.RankingController

상속: Controller
파일 보기 프로젝트 열기: mkchandler/bolf-tracker-mvc

공개 메소드들

메소드 설명
Index ( int year, int month ) : System.Web.Mvc.ActionResult
RankingController ( IRankingService rankingService ) : System

메소드 상세

Index() 공개 메소드

public Index ( int year, int month ) : System.Web.Mvc.ActionResult
year int
month int
리턴 System.Web.Mvc.ActionResult

RankingController() 공개 메소드

public RankingController ( IRankingService rankingService ) : System
rankingService IRankingService
리턴 System