메소드 | 설명 | |
---|---|---|
SmashAttributeTypesController ( ISmashAttributeTypeService smashAttributeTypesService ) : System.Net |
Create a new SmashAttributeTypesController to interact with the server.
|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System.Net |