메소드 | 설명 | |
---|---|---|
DeletePlayerModel ( int id ) : |
||
GetPlayerModel ( int id ) : |
||
GetPlayerModel ( string name ) : |
||
GetPlayerModels ( ) : IEnumerable |
||
PostPlayerModel ( |
||
PutPlayerModel ( int id, |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
public DeletePlayerModel ( int id ) : |
||
id | int | |
리턴 |
public GetPlayerModel ( int id ) : |
||
id | int | |
리턴 |
public GetPlayerModel ( string name ) : |
||
name | string | |
리턴 |
public PostPlayerModel ( |
||
playermodel | ||
리턴 |
public PutPlayerModel ( int id, |
||
id | int | |
playermodel | ||
리턴 |