C# 클래스 BC.Web.Controllers.GamesController

상속: BaseApiController
파일 보기 프로젝트 열기: nzhul/TelerikAcademy

공개 메소드들

메소드 설명
GamesController ( ) : BC.Data
GamesController ( IBCData data ) : BC.Data

비공개 메소드들

메소드 설명
Create ( GameModel model ) : IHttpActionResult
Get ( ) : IHttpActionResult
Get ( int page ) : IHttpActionResult
GetAllSorted ( ) : IEnumerable
GetById ( int id ) : IHttpActionResult
Guess ( int id, GuessModel model ) : IHttpActionResult
Join ( int id, GameModel model ) : IHttpActionResult
SendNotification ( int gameId, string userId, string type, string message ) : void

메소드 상세

GamesController() 공개 메소드

public GamesController ( ) : BC.Data
리턴 BC.Data

GamesController() 공개 메소드

public GamesController ( IBCData data ) : BC.Data
data IBCData
리턴 BC.Data