C# Класс BolfTracker.Web.Controllers.GameController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
Delete ( int gameId ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ActionResult
GameController ( IGameService gameService, IShotService shotService, IHoleService holeService, IPlayerService playerService, IRankingService rankingService ) : System
Index ( int year, int month ) : System.Web.Mvc.ActionResult

Приватные методы

Метод Описание
Create ( ) : System.Web.Mvc.ActionResult
Create ( System.DateTime date ) : System.Web.Mvc.ActionResult
Finalize ( int gameId ) : System.Web.Mvc.ActionResult
RecalculateGameStatistics ( ) : System.Web.Mvc.ActionResult
UnFinalize ( int gameId ) : System.Web.Mvc.ActionResult

Описание методов

Delete() публичный Метод

public Delete ( int gameId ) : System.Web.Mvc.ActionResult
gameId int
Результат System.Web.Mvc.ActionResult

Details() публичный Метод

public Details ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

GameController() публичный Метод

public GameController ( IGameService gameService, IShotService shotService, IHoleService holeService, IPlayerService playerService, IRankingService rankingService ) : System
gameService IGameService
shotService IShotService
holeService IHoleService
playerService IPlayerService
rankingService IRankingService
Результат System

Index() публичный Метод

public Index ( int year, int month ) : System.Web.Mvc.ActionResult
year int
month int
Результат System.Web.Mvc.ActionResult