C# Class BrokenShoeLeague.Web.API.Controllers.PlayersController

Inheritance: ApiController
Show file Open project: YeeRSoft/broken-shoe-league

Public Methods

Method Description
PlayersController ( IBrokenShoeLeagueRepository brokenShoeLeagueRepository ) : System.Data.Entity.Infrastructure

Private Methods

Method Description
Delete ( int id ) : IHttpActionResult
GetPlayer ( int id ) : IHttpActionResult
GetPlayers ( ) : IHttpActionResult
Post ( [ p ) : IHttpActionResult
Put ( [ id, [ player ) : IHttpActionResult

Method Details

PlayersController() public method

public PlayersController ( IBrokenShoeLeagueRepository brokenShoeLeagueRepository ) : System.Data.Entity.Infrastructure
brokenShoeLeagueRepository IBrokenShoeLeagueRepository
return System.Data.Entity.Infrastructure