Method | Description | |
---|---|---|
SmashAttributeTypesController ( ISmashAttributeTypeService smashAttributeTypesService ) : System.Net |
Create a new SmashAttributeTypesController to interact with the server.
|
Method | Description | |
---|---|---|
DeleteSmashAttributeType ( int id ) : IHttpActionResult | ||
GetAllCharacterAttributeOfSmashAttributeType ( int id, [ fields = "" ) : IHttpActionResult | ||
GetSmashAttributeType ( int id, [ fields = "" ) : IHttpActionResult | ||
GetSmashAttributeTypes ( [ fields = "" ) : IHttpActionResult | ||
PostSmashAttributeType ( SmashAttributeTypeDto dto ) : IHttpActionResult | ||
PutSmashAttributeType ( int id, SmashAttributeTypeDto dto ) : IHttpActionResult |
public SmashAttributeTypesController ( ISmashAttributeTypeService smashAttributeTypesService ) : System.Net | ||
smashAttributeTypesService | ISmashAttributeTypeService | |
return | System.Net |