C# Class XboxGamesApi.Controllers.GamesController

Inheritance: ApiController
显示文件 Open project: shawnwildermuth/xboxgamesapi

Public Methods

Method Description
Delete ( int id ) : void
GamesController ( GameList games ) : System
Get ( int page = 1, string genre = "" ) : object
Post ( [ value ) : void
Put ( int id, [ value ) : void

Method Details

Delete() public method

public Delete ( int id ) : void
id int
return void

GamesController() public method

public GamesController ( GameList games ) : System
games GameList
return System

Get() public method

public Get ( int page = 1, string genre = "" ) : object
page int
genre string
return object

Post() public method

public Post ( [ value ) : void
value [
return void

Put() public method

public Put ( int id, [ value ) : void
id int
value [
return void