Method | Description | |
---|---|---|
DeletePlayerModel ( int id ) : |
||
GetPlayerModel ( int id ) : |
||
GetPlayerModel ( string name ) : |
||
GetPlayerModels ( ) : IEnumerable |
||
PostPlayerModel ( |
||
PutPlayerModel ( int id, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public DeletePlayerModel ( int id ) : |
||
id | int | |
return |
public GetPlayerModel ( int id ) : |
||
id | int | |
return |
public GetPlayerModel ( string name ) : |
||
name | string | |
return |
public PostPlayerModel ( |
||
playermodel | ||
return |
public PutPlayerModel ( int id, |
||
id | int | |
playermodel | ||
return |