C# Class FrannHammer.Api.Controllers.ThrowTypesController

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

Méthodes publiques

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

Create a new ThrowTypesController to interact with the server.

Private Methods

Méthode Description
DeleteThrowType ( int id ) : IHttpActionResult
GetThrowType ( int id, [ fields = "" ) : IHttpActionResult
GetThrowTypes ( [ fields = "" ) : IHttpActionResult
PostThrowType ( ThrowTypeDto dto ) : IHttpActionResult
PutThrowType ( int id, ThrowTypeDto dto ) : IHttpActionResult

Method Details

ThrowTypesController() public méthode

Create a new ThrowTypesController to interact with the server.
public ThrowTypesController ( IMetadataService metadataService ) : System.Net
metadataService IMetadataService
Résultat System.Net