메소드 | 설명 | |
---|---|---|
Delete ( int id ) : IHttpActionResult | ||
Post ( [ season ) : IHttpActionResult | ||
Put ( [ id, [ season ) : IHttpActionResult | ||
SeasonsController ( IBrokenShoeLeagueRepository brokenShoeLeagueRepository, ISeasonStatsProvider seasonStatsProvider ) : System.Data.Entity.Infrastructure |
메소드 | 설명 | |
---|---|---|
GetMatchdays ( int seasonId ) : IHttpActionResult | ||
GetRanking ( int seasonId ) : IHttpActionResult | ||
GetSeason ( int id ) : IHttpActionResult | ||
GetSeasons ( ) : IHttpActionResult | ||
GetTopAssits ( int seasonId ) : IHttpActionResult | ||
GetTopScorers ( int seasonId ) : IHttpActionResult |
public SeasonsController ( IBrokenShoeLeagueRepository brokenShoeLeagueRepository, ISeasonStatsProvider seasonStatsProvider ) : System.Data.Entity.Infrastructure | ||
brokenShoeLeagueRepository | IBrokenShoeLeagueRepository | |
seasonStatsProvider | ISeasonStatsProvider | |
리턴 | System.Data.Entity.Infrastructure |