C# Class FrannHammer.Api.Controllers.CharacterAttributeTypesController

Inheritance: BaseApiController
Afficher le fichier Open project: Frannsoft/FrannHammer Class Usage Examples

Méthodes publiques

Méthode Description
CharacterAttributeTypesController ( IMetadataService metadataService ) : System.Net

Create a new CharacterAttributeTypesController.

Private Methods

Méthode Description
DeleteCharacterAttributeType ( int id ) : IHttpActionResult
GetCharacterAttributeType ( int id, [ fields = "" ) : IHttpActionResult
GetCharacterAttributeTypes ( [ fields = "" ) : IHttpActionResult
PostCharacterAttributeType ( CharacterAttributeTypeDto dto ) : IHttpActionResult
PutCharacterAttributeType ( int id, CharacterAttributeTypeDto dto ) : IHttpActionResult

Method Details

CharacterAttributeTypesController() public méthode

Create a new CharacterAttributeTypesController.
public CharacterAttributeTypesController ( IMetadataService metadataService ) : System.Net
metadataService IMetadataService
Résultat System.Net