Method | Description | |
---|---|---|
Delete ( int id ) : IHttpActionResult | ||
Post ( [ season ) : IHttpActionResult | ||
Put ( [ id, [ season ) : IHttpActionResult | ||
SeasonsController ( IBrokenShoeLeagueRepository brokenShoeLeagueRepository, ISeasonStatsProvider seasonStatsProvider ) : System.Data.Entity.Infrastructure |
Method | Description | |
---|---|---|
GetMatchdays ( int seasonId ) : IHttpActionResult | ||
GetRanking ( int seasonId ) : IHttpActionResult | ||
GetSeason ( int id ) : IHttpActionResult | ||
GetSeasons ( ) : IHttpActionResult | ||
GetTopAssits ( int seasonId ) : IHttpActionResult | ||
GetTopScorers ( int seasonId ) : IHttpActionResult |
public Put ( [ id, [ season ) : IHttpActionResult | ||
id | [ | |
season | [ | |
return | IHttpActionResult |
public SeasonsController ( IBrokenShoeLeagueRepository brokenShoeLeagueRepository, ISeasonStatsProvider seasonStatsProvider ) : System.Data.Entity.Infrastructure | ||
brokenShoeLeagueRepository | IBrokenShoeLeagueRepository | |
seasonStatsProvider | ISeasonStatsProvider | |
return | System.Data.Entity.Infrastructure |