Method | Description | |
---|---|---|
DeleteTeamModel ( int id ) : |
||
GetTeamModel ( int id ) : |
||
GetTeamModel ( string name ) : |
||
GetTeamModels ( ) : IEnumerable |
||
PostTeamModel ( |
||
PutTeamModel ( int id, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public DeleteTeamModel ( int id ) : |
||
id | int | |
return |
public GetTeamModel ( int id ) : |
||
id | int | |
return |
public GetTeamModel ( string name ) : |
||
name | string | |
return |
public PostTeamModel ( |
||
teammodel | ||
return |
public PutTeamModel ( int id, |
||
id | int | |
teammodel | ||
return |