C# Class BolfTracker.Web.Controllers.RankingController

Inheritance: Controller
Show file Open project: mkchandler/bolf-tracker-mvc

Public Methods

Method Description
Index ( int year, int month ) : System.Web.Mvc.ActionResult
RankingController ( IRankingService rankingService ) : System

Method Details

Index() public method

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

RankingController() public method

public RankingController ( IRankingService rankingService ) : System
rankingService IRankingService
return System