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 |
public GamesController ( GameList games ) : System | ||
games | GameList | |
return | System |
public Get ( int page = 1, string genre = "" ) : object | ||
page | int | |
genre | string | |
return | object |